Quick Actions is a lightweight Unity 6 tool for composing short action sequences directly in the Inspector. It helps you handle common gameplay and presentation behaviours without creating small one-line scripts or tedious UnityEvent setups.
✨ Highlights
🛠️ Customizable
Create your own actions through the IQuickAction contract. Add custom categories, icons, and summaries so your actions fit naturally into the Inspector workflow.
🎮 Suitable for Any Genre
Quick Actions works well for platformers, puzzles, adventure games, RPGs, UI flows, cutscenes, interactive props, tutorials, prototypes, and general gameplay setup.
⚡ A Focused Inspector Workflow
Quick Actions is not a visual scripting system. It is a focused tool for simple, repeatable actions that should stay close to the object using them.