can see object in 3D?

I conducted an experiment and found that this enemy can only see a 2D perspective, and standing on a wall, they can't see it anymore?
 

Attachments

  • question.png
    question.png
    426.4 KB · Views: 4
Can See works by first checking the angle/distance, and finally casting a ray to see if any objects are blocking the target. In this case the ray is being cast between the pivot positions of the two objects which is likely at the ground. You can change the offset/target offset on the task which will change where the ray is cast.
 
Back
Top