Skip to main content

Editor

The editor for the SteeringSystemAsset let's you set up a system which controls entities. The system is set up modularly from behaviors. To open the editor, double click on any SteeringSystemAsset.

Description of the image

At the top, you can see the name of currently opened steering system asset. On the right, a prefab for entity intended for this system should be assigned. This prefab needs to have SteeringEntityAuthoring. On the left is the tag which will be queried by this systems main entity query. Only entities with this tag will be processed by this system.

Description of the image