Move Towards
Node description and basic instructions
Last updated
Node description and basic instructions
Last updated
Moves to the selected position by rotating in the direction of this position without using agent navmesh. If the distance between the position and the selected position becomes less than the allowed radius, then it returns success, otherwise it is executed.
To create it, right-click on free space in AI Tree inspector and select Create Node/Tasks/Movement/Move Towards.
This task node has a number of fields, that are highlighted in picture below.
Name | Description |
---|---|
Node Name | Name of node |
Ignore About Self | Whether node ignores abort self or not |
Key | The key that is used as the point to which the AI moves along the NavMesh |
Acceptable Radius | The radius at the occurrence of the point at which the AI stops |
Movement Speed | AI movement speed |
Look At Target | Will he look at the AI in which direction he is moving |
Rotation Speed | The rate of rotation of the AI in the direction in which it is moving |
Track Moving Goal | Should I follow the point at the moment |