tools-unity-state-machine
Installation
SKILL.md
Unity State Machine Patterns
Overview
State machines manage game flow, UI navigation, and entity behavior. This skill covers safe implementation patterns for async state transitions and proper cleanup.
When to Use
- Game state management (menu, loading, gameplay)
- UI navigation flows
- AI behavior states
- Animation state control
- Feature/activity controllers