1. So i'm curious about two things. Is it possible to detect if someone is looking at something(i presume this one is simple and easy) and then is it possible to detect if someone is looking in the general area of something?
     
  2. Wulf

    Wulf Community Admin

    You should be able to use Unity and raycasting to detect what is in front of them. Google "unity raycast" if you are unfamiliar with that.
     
  3. Alright will do thanks :)