Closed Soromytko closed 1 month ago
Calling the "get_next_path_position" method every tick is a performance overhead. Rebuild the path only when it is necessary.
The path should include not only the waypoints, but also the origin and destination. It is also necessary to fix this.
Calling the "get_next_path_position" method every tick is a performance overhead. Rebuild the path only when it is necessary.