Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coryleach/UnitySceneSwitcher
Editor extension for quick scene switching.
https://github.com/coryleach/UnitySceneSwitcher
editor openupm package plugin scene scene-switching switcher unity unity-plugin unity3d upm
Last synced: 3 months ago
JSON representation
Editor extension for quick scene switching.
- Host: GitHub
- URL: https://github.com/coryleach/UnitySceneSwitcher
- Owner: coryleach
- License: mit
- Created: 2019-09-17T00:01:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T16:02:49.000Z (over 1 year ago)
- Last Synced: 2024-04-23T02:40:56.023Z (7 months ago)
- Topics: editor, openupm, package, plugin, scene, scene-switching, switcher, unity, unity-plugin, unity3d, upm
- Language: C#
- Size: 104 KB
- Stars: 58
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Gameframe.SceneSwitcher 👋
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e25869cd7c34f218c6483e496038da2)](https://www.codacy.com/manual/coryleach/UnitySceneSwitcher?utm_source=github.com&utm_medium=referral&utm_content=coryleach/UnitySceneSwitcher&utm_campaign=Badge_Grade)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/coryleach/UnitySceneSwitcher?include_prereleases)
[![openupm](https://img.shields.io/npm/v/com.gameframe.sceneswitcher?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gameframe.sceneswitcher/)
![GitHub](https://img.shields.io/github/license/coryleach/UnitySceneSwitcher)[![twitter](https://img.shields.io/twitter/follow/coryleach.svg?style=social)](https://twitter.com/coryleach)
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)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnitySceneSwitcher.git#1.0.3#### 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:
```js
{
"dependencies": {
"com.gameframe.sceneswitcher": "https://github.com/coryleach/UnitySceneSwitcher.git#1.0.3",
...
},
}
```## Usage
```sh
In the menu select Window -> SceneSwitcher
```
To enable edit mode use the hamburger menu at the top right of the window```
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
* Unity 2018.4 or later (Tested in Unity 2018.4.3f1)
* No other SDK are required## Author
👤 **Cory Leach**
* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)## Show your support
Give a ⭐️ if this project helped you!***
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_