#How to make a line of site for enemy movement
1 messages · Page 1 of 1 (latest)
there's a lot of ways of doing this I'm afraid. The most comprehensive is not to do it yourself; https://docs.godotengine.org/en/4.4/tutorials/navigation/navigation_using_navigationagents.html
Godot Engine documentation
NavigationsAgents are helper nodes that combine functionality for pathfinding, path following and agent avoidance for a Node2D/3D inheriting parent node. They facilitate common calls to the Navigat...