scene-save

Save active or named Unity scenes to asset files or custom paths.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill scene-save-rakamenouya
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: scene-save
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/scene-save
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill scene-save-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of saving opened scenes in Unity back to their asset files or to new paths, streamlining the workflow for game developers.

Core Features & Use Cases

  • Scene Saving: Save the currently active scene or a specified opened scene to its asset file or a new path.
  • Path Flexibility: Allows saving to the existing path or a custom one, enhancing workflow flexibility.
  • Use Case: Quickly save changes to a scene without navigating through the Unity interface, or save a scene to a new location for version control or collaboration.

Quick Start

Save the current scene to its asset file using the 'scene-save' skill without any additional arguments.

Frequently Asked Questions about scene-save

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

FAQPage Schema
How do I automate saving a Unity scene to an asset file?โ–ผ

To automate saving a Unity scene, this Skill uses the EditorSceneManager API to save the active scene or a named scene directly to its asset file or a newly specified path.

Can I save a specific opened Unity scene to a new path programmatically?โ–ผ

Yes, you can save a specified opened Unity scene to a custom path. This Skill supports path flexibility to save scenes to new locations for version control or collaboration.

Does this scene saving method require the Unity EditorSceneManager API?โ–ผ

Yes, automating scene saving with this Skill requires the Unity EditorSceneManager API to manage and execute the scene saving operations within the Unity editor environment.

What is the best way to save the current Unity scene without navigating the interface?โ–ผ

The best way to save the current Unity scene without interface navigation is using this automation Skill, which saves the active scene to its asset file without additional arguments.

Are there limitations when saving Unity scenes to new paths via scripting?โ–ผ

Limitations include relying entirely on the Unity EditorSceneManager API for execution, meaning this automation is designed for editor-time scripting rather than runtime scene management.