[SOLVED] Check Visibilty of Entity in the camera View

Hi @saif,

If you have have frustum culling enabled in your camera, then you can subscribe to the onPostCull layer callback and check the visibleThisFrame property on each mesh instance to determine if it’s visible or not.

Check this post for more details:

4 Likes