addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manually navigate, save, and manage scenes using Unity Editor UI. For simple Scene view workflows that do not need REST automation.
$ npx -y skills add Besty0728/Unity-Skills --skill manual-scene --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/manual-sceneContext preview
The summary Claude sees to decide when to auto-load this skill.
Manually navigate, save, and manage scenes using Unity Editor UI. For simple Scene view workflows that do not need REST automation.
name: unity-manual-scene description: Manually navigate, save, and manage scenes using Unity Editor UI. For simple Scene view workflows that do not need REST automation.
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.
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](../scene/SKILL.md) REST module instead.
Hold `Alt` and drag with the left mouse button to orbit around the current pivot.
Hold `Alt` and drag with the middle mouse button (or scroll wheel pressed) to pan.
Scroll the mouse wheel to zoom in and out.
Select a GameObject and press `F` to frame the Scene view on it.
In the Scene view toolbar, click the **2D** button to switch between perspective and orthographic views (relevant for 2D projects or flat alignment).
Press the scene-view toolbar shortcut `Right-click > Perspective/Orthographic` or use the dropdown on the view axis gizmo, depending on Unity version.
Press `Ctrl + S`.
Alternative path:
Choose `File > Save As...` and pick a location under `Assets/`.
Double-click a `.unity` scene file in the Project window.
Alternative path:
If the current scene has unsaved changes, Unity prompts to save or discard.
Double-click the first scene asset.
Right-click another scene asset in the Project window and choose **Open Scene Additive**.
Alternative path:
Open the **Scenes in Build** list from `File > Build Profiles` (or `File > Build Settings` in older Unity versions) to set which scenes are included in builds and their order.
If the user wants to load or unload scenes programmatically, query scene hierarchy data, capture scene screenshots, or analyze scene dependencies, switch to the REST module:
REST API-based AI-driven Unity Editor Automation Engine Let AI control Unity scenes directly through Skills 🎉 We are now indexed by DeepWiki! Got questions? Check out the AI-generated docs → The current official maintenance baseline is Unity 2022.3+.
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based)