unity-manual-scene

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

1.7k|162|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-manual-scene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-manual-scene
Source: https://github.com/Besty0728/Unity-Skills/tree/main/SkillsForUnity/unity-skills~/skills/manual-scene
Command: npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-manual-scene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a Unity task only takes a few clicks—orbiting the Scene view, saving a scene, or loading one additive scene—firing up REST automation is overkill. This Skill provides clear step-by-step guidance for performing simple scene operations directly in the Unity Editor UI, and tells you when to switch to the automated REST scene module instead.

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: How to save, save-as, open scenes, and run additive scene workflows including build profile configuration.
  • Manual vs. Automation Decision Rule: A clear threshold (3 clicks or fewer) for choosing manual guidance over the REST scene module.
  • Use Case: A user asks how to focus the camera on a specific GameObject—the Skill instructs them to select it and press F, rather than scripting an editor command.

Quick Start

Ask how to save the current Unity scene or how to open a second scene additively, and follow the step-by-step Editor UI instructions provided.

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 drag to pan, and scroll the wheel to zoom. Select a GameObject and press F to frame the Scene view on it.

How do I open a scene 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 which scenes ship in builds via File > Build Profiles or Build Settings.

When should I use manual scene operations instead of Unity REST automation?

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

How do I save a scene in Unity Editor?

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.

Can this skill automate scene loading across many Unity scenes?

No, this skill only covers manual Editor UI workflows. For programmatic scene loading, unloading, hierarchy queries, or screenshot capture across many scenes, use the separate REST scene module instead.