unity-manual-scene
Installation
SKILL.md
Triggers
- Navigating the Scene view with the mouse and keyboard
- Saving the current scene
- Switching between loaded scenes or additive scene workflows
- Telling a user how to frame the camera on an object
Manual Scene Tasks
Step-by-step instructions for Scene view navigation and scene management inside the Unity Editor. Paths assume the default English Unity UI; translate the labels into the user's Unity language when replying.
When to guide manually vs automate
Guide manually when the user can finish the task in 3 clicks or fewer: orbiting the view, saving, setting a scene active, or loading one additive scene.
Automate when the task involves querying scene contents, batch loading/unloading, dependency analysis, screenshot capture, or switching scenes programmatically across many scenes — use the scene REST module instead.