I'm trying to make a first-person game with a 3D object that will move toward you when you look away. The only problem is, I don't think that there's anything I can do that detects the line of sight for the 3D camera.
pls help
Develop games in your browser. Powerful, performant & highly capable.
will the function :
on layout
work?
i mean either :
+ Sprite: Is outside layout
or :
+ Sprite: Is on-screen
It works, thank you!