An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MinimalistSceneSwitcher
[![Unity 2020.3+](https://img.shields.io/badge/unity-2020.3%2B-blue.svg)](https://unity3d.com/get-unity/download)
[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](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

![](Assets/MinimalistSceneSwitcher/Documentation~/Showcase_Single_Scene.gif)

Switch a single scene

---

![](Assets/MinimalistSceneSwitcher/Documentation~/Showcase_Additive_Scenes.gif)

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"
```