💔Common Issues

Animal is not Moving

You are making a custom animal, but when you try to move it, it does the animations, but won't move forward. Most of the time, the animations you are using are not RootMotion.

Check this Tutorial.

Animal is falling near the ground

If the animal start to fall for no reason, it should be because Ground Layer in the animal controller is set to Nothing, or the layer of the Game Objects considered ground is set to a different layer.

The Default value for the Ground Layer is Default. You need to add your other ground Layers to the Animal Ground Layer Mask.​

States are not getting active

When the state does not get active, one of the common reasons is that The Animation tag is not properly set:

Make sure the Animation Tag matches your State

The Character slides on Slopes

If the character slides when it's on slopes, make sure the Main Collider is not touching the ground. The Animal Controller works with a floating Main Collider. Make sure the collider is set from the Hip to the Head

The Interaction with the ground is calculated using rays

Last updated