Overview
The result of simple behaviors depends only on a given entity and one of it's components. For example, GoForwardJobWrapper makes the entities go along their forward direction. The behavior can be parametrized with the GoForwardComponent. The image below shows an example of SteeringSystemAsset with GoForwardJobWrapper in the list of simple behaviors. The component this behavior depends on - GoForwardComponent is added to the list on the right.
Image of a SteeringSystemAsset with GoForwardJobWrapper. On the right, the GoForwardComponent is added to the list of dependencies.
Video of a scene with three entities each with a different speed values in their GoForwardComponent.