Godot Version
godot-4
Question
I need to be able to check if a node is on screen for my 3d game, but for some reason when I call “is_on_screen()” on a rigid body, it returns an error. do I need to reference the node3d directly or is there some other issue?