unity-command-pattern
Installation
SKILL.md
Unity Command Pattern
Minimal command pattern with async support.
Core Features
- Async Interface:
ICommandwith Task-based execution - SO Commands: Data-driven actions for simple cases
- Command Queue: Sequential execution system
Core Files (1 file)
Command.cs.txt: Complete command pattern (interface + SO + queue)
Usage
Implement ICommand for complex logic, or inherit CommandSO for inspector-configurable actions.