Animator Integration¶
Select Use Animator in a config entry when movement should remain built-in while animation comes from the model's Animator.
Default parameters¶
| Parameter | Type | Purpose |
|---|---|---|
State |
Integer | Current ecology animation state. |
Bite |
Trigger | Fired when an attack connects. |
Death |
Trigger | Fired when death begins. |
State values follow FishAnimationState:
| Value | State |
|---|---|
0 |
Swim |
1 |
Idle |
2 |
Eat |
3 |
Attack |
4 |
Reproduce |
5 |
Death |
Parameter names are configurable per species entry. Missing parameters are ignored safely. The config Inspector reports a missing Animator before Play Mode.