Astar question

mostlyhuman

Member
To convert the existing navmesh based tasks to A* do we just need to derive from IAstarAIMovement instead of NavMeshMovement and the methods and properties are the same?
 
You don't need to make any coding changes. Each add-on contains an A* integration with the created tasks.
 
Top