> For the complete documentation index, see [llms.txt](https://malbersanimations.gitbook.io/animal-controller/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malbersanimations.gitbook.io/animal-controller/utilities/step-trigger.md).

# Step Trigger

This script uses the **OnTriggerEnter** callback to detect if the feet of the animal is colliding with the **Ground Layer,** from the  [**Steps Manager**](/animal-controller/utilities/steps-manager.md). It will send upwards to the [**Steps Manager**](/animal-controller/utilities/steps-manager.md) where the contact was made so it can place the **tracks, dust particles** and play a **step sound**.

![](/files/-Lzwh4pFdqOTpEKSQQod)

{% hint style="danger" %}
This Component requires any type of **Collider.** Usually has a Sphere collider attached to it.
{% endhint %}

![](/files/-Lzwh7NSSYyQxnJSYJDR)
