https://github.com/thededemon/minimalistsceneswitcher
Editor extension for Unity.
https://github.com/thededemon/minimalistsceneswitcher
extension package unity3d unity3d-editor unity3d-plugin
Last synced: 5 months ago
JSON representation
Editor extension for Unity.
- Host: GitHub
- URL: https://github.com/thededemon/minimalistsceneswitcher
- Owner: TheDedemon
- License: mit
- Created: 2023-08-10T19:18:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T13:33:01.000Z (about 2 years ago)
- Last Synced: 2025-03-16T06:15:45.427Z (over 1 year ago)
- Topics: extension, package, unity3d, unity3d-editor, unity3d-plugin
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinimalistSceneSwitcher
[](https://unity3d.com/get-unity/download)
[](https://github.com/MuchoBestoStudio/MinimalistSceneSwitcher/blob/main/LICENSE)
Minimalist Scene Switcher is an extension for the Unity Editor. It allows users to switch scenes easily without using the project folder.
It works only with active and additive scenes (doesn't include sub-scenes from DOTS).
## Features

Switch a single scene
---

Switch an additive scene
## Installation
This package is available via git url by adding this entry in your **manifest.json**
```
"com.thededemon.minimalistsceneswitcher": "https://github.com/TheDedemon/MinimalistSceneSwitcher.git?path=/Assets/MinimalistSceneSwitcher"
```