Add unit movement
Integration guide to set up your units with navigation for formation.
Last updated
Integration guide to set up your units with navigation for formation.
Last updated
When integrating A* Pathfinding, the initial steps from here are a little bit different.
Steps to setup:
Open your unit prefab
If you do not have it yet, add any AStar pathfinding component to your unit game object that will be controlled for movement. Either you use a custom one, or one of these AIPath, AILerp, etc.
Then use the provided ASPFormationUnit component.
Save unit prefab.
That is it! With navigation and ASPFormationUnit component you should be able to control your unit's movement.