Home

Awesome

<p align="center"> <img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" /> </p> <h1 align="center">Gameframe.SceneSwitcher 👋</h1> <!-- BADGE-START -->

Codacy Badge GitHub release (latest by date including pre-releases) openupm GitHub

twitter

<!-- BADGE-END -->

Unity editor window for quick scene switching.

Quick Package Install

Using UnityPackageManager (for Unity 2019.3 or later)

Open the package manager window (menu: Window > Package Manager)<br/> Select "Add package from git URL...", fill in the pop-up with the following link:<br/> https://github.com/coryleach/UnitySceneSwitcher.git#1.0.3<br/>

Using UnityPackageManager (for Unity 2019.1 or later)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.gameframe.sceneswitcher": "https://github.com/coryleach/UnitySceneSwitcher.git#1.0.3",
    ...
  },
}
<!-- DOC-START --> <!-- Changes between 'DOC START' and 'DOC END' will not be modified by readme update scripts -->

Usage

In the menu select Window -> SceneSwitcher
<p align="center"> <img width="250" src="https://raw.githubusercontent.com/coryleach/UnitySceneSwitcher/master/Documentation~/img/Empty.png" /> <img width="250" src="https://raw.githubusercontent.com/coryleach/UnitySceneSwitcher/master/Documentation~/img/DefaultMode.png" /> <img width="250" src="https://raw.githubusercontent.com/coryleach/UnitySceneSwitcher/master/Documentation~/img/EditMode.png" /> </p> <p> To enable edit mode use the hamburger menu at the top right of the window </p>
AutoSort = Moves the most recently clicked button to the top of the list
Additive = Loads scene additively when the button is clicked
Close = Closes other scenes
Requirement
<!-- DOC-END -->

Author

👤 Cory Leach

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by Gameframe.Packages