๐ŸงบSpawn Animations

Animations that are played on the root of the object.

It is the animator with the controller called "Rank Container", which is located at the main Game Object with the Ranks Animation Controller script attached. When the game object is enabled, this animation is played.

The default animation at index 0 is no animation, and 1 is the breathing animation.

You can test the animations in play mode using the buttons below.

Create New Spawn Animation

Script Reference

You can use the PlaySpawnAnimation method to play it via code or buttons.

ranksAnimationController.PlaySpawnAnimation(i);

Last updated