unity-manual-scene

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

Updated Aug 18, 2026
One-click install
npx skills add https://github.com/ethanJPope/Our-Main-Hackathon-Game --skill unity-manual-scene-ethanjpope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-manual-scene
Source: https://github.com/ethanJPope/Our-Main-Hackathon-Game/tree/main/.agents/skills/unity-skills/skills/manual-scene
Command: npx skills add https://github.com/ethanJPope/Our-Main-Hackathon-Game --skill unity-manual-scene-ethanjpope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who need quick, hands-on control of the Unity Editor's Scene view often lack clear step-by-step guidance for orbiting, panning, saving, and switching scenes without writing automation scripts. ## Core Features & Use Cases - Scene View Navigation: Step-by-step instructions for orbiting, panning, zooming, and framing objects with keyboard and mouse shortcuts. - Scene Management: Covers saving scenes, opening scenes, and additive scene workflows including build profile configuration. - Manual vs Automation Guidance: Helps decide when manual UI steps suffice (3 clicks or fewer) versus when to switch to the REST-based scene automation module. - Use Case: A level designer wants to frame the camera on a specific GameObject and save the scene; the Skill provides the exact hotkeys (F, Ctrl+S) and menu paths. ## Quick Start Ask how to focus the Scene view camera on a selected GameObject and save the current scene in Unity.

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 via File > Build Profiles or Build Settings.

When should I use manual scene navigation instead of automation?

Use manual guidance when the task takes three clicks or fewer, such as orbiting, saving, or loading one additive scene. For querying scene contents, batch operations, screenshots, or dependency analysis, use the REST-based scene automation module instead.

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

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 or right-click projection options depending on your Unity version.