Clip State
Currently playing: A_Idle
What's happening here?
This example demonstrates the most basic Animouse state: ClipState. A ClipState simply plays a single animation clip continuously.
Single Animation: Plays one clip on loop
Simple Setup: Minimal code required
Foundation: Building block for complex states
Perfect for static character states, idle animations, breathing cycles, or any single-animation scenarios.