I’m trying to make a simple AI enemy that patrols between points and only chases the player when they’re inside a defined field of view. I’ve set up a Behavior Tree and Blackboard, but I’m confused about how to accurately calculate vision cone detection. Should I use line traces, perception components, or something else?