Camera detection

Hello everyone!

I have another question. In my game, the player can see what the camera sees on the right hand side of the HUD. I used a Scene Capture 2D camera for this. Now I want the camera to detect if you are in its view, like a security camera. Is this a way to do this without raycasting?


HUD in action

Thank you in advance,

FireShadow44

Yes it is. Check my signature to find free project. There is one that is called something like “References” or so (can’t remember xD).
It’s using Cameras that detect the player.

This is what I’m looking for! Thank you so much!