unity-manual-scene

Guides manual Scene view navigation, saving, and additive scene management in the Unity Editor.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill unity-manual-scene-pikachu0310
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-manual-scene
Source: https://github.com/pikachu0310/codex-agent-ops-public/tree/main/.agents/skills/unity-skills/skills/manual-scene
Command: npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill unity-manual-scene-pikachu0310

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides step-by-step guidance for common Unity Editor scene tasks—navigating the Scene view, saving scenes, switching scenes, and managing additive scene loads—without requiring REST automation or scripting. ## Core Features & Use Cases - Scene View Navigation: Orbit, pan, zoom, and frame objects using mouse and keyboard shortcuts like Alt-drag and the F key. - Scene Saving and Opening: Save with Ctrl+S, use File > Save As, and open scenes from the Project window or File menu. - Additive Scene Workflows: Load multiple scenes additively via right-click or drag-and-drop, and manage build scene lists through Build Profiles. - Use Case: A developer wants to quickly frame the camera on a GameObject and save the scene; the Skill walks them through pressing F and Ctrl+S in three clicks or fewer. ## Quick Start Ask how to orbit the Scene view camera and save the current scene in the Unity Editor.

Frequently Asked Questions about unity-manual-scene

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate the Scene view in Unity Editor?

Hold Alt and drag with the left mouse button to orbit, Alt plus middle mouse button to pan, and scroll the wheel to zoom. Select a GameObject and press F to frame the Scene view on it.

How do I save a scene in Unity?

Press Ctrl+S to save the current scene, or use File > Save from the main menu. To save as a new file, choose File > Save As and pick a location under the Assets folder.

How do I open multiple scenes additively in Unity?

Right-click a scene asset in the Project window and choose Open Scene Additive, or drag the scene asset into the Hierarchy. Manage build inclusion and order via File > Build Profiles or Build Settings.

When should I use manual scene guidance instead of automation in Unity?

Use manual guidance when the task takes three clicks or fewer, such as orbiting the view, saving, or loading one additive scene. Automate with the REST scene module for querying scene contents, batch loading, dependency analysis, or screenshots.

How do I switch between 2D and perspective view in the Unity Scene view?

Click the 2D button in the Scene view toolbar to toggle between perspective and orthographic views. You can also use the view axis gizmo dropdown, depending on your Unity version.