Is there a way to know which objects are seeing by the camera?

Hi @Axel_Saucedo,

Not directly, but if you have frustum culling enabled in your active camera, you can find which mesh instances are visible.

Check this forum post for sample code on how to approach this:

1 Like