- Home /
Question by
Pinnen · Apr 22, 2014 at 10:42 AM ·
cameravisibility
How to check that a game object is shown on screen?
Is there a good way to see if the player is shown on the screen?
I want to use this functionality for a game where players fall of the screen, they are removed from the game.
Edit: Couldn't come up with a good tag :-(
Comment
Usually you'd just have a collision plane that the falling player hits.
Your answer