A simple little Unity Editor tool for quickly switching between scenes.
Select one of the following methods:
-
From Unity package.
Select latest release from the https://github.com/vcow/lib-scene-select-tool/releases and download scene-select-tool.unitypackage from Assets section. -
From Git URL.
Go to Package Manager, press + in the top left of window and select Install package from git URL. Enter the URL below:
https://github.com/vcow/lib-scene-select-tool.git#upm
or
https://github.com/vcow/lib-scene-select-tool.git#1.0.1
if you want to install exactly 1.0.1 version.
- From OpenUPM.
Go to Edit -> Project Settings -> Package Manager and add next scoked registry:
- Name: package.openupm.com
- URL: https://package.openupm.com
- Scope(s): com.vcow.scene-select-tool
Press Save, then go to Package Manager and install Scene Select Tool from the My Registries -> package.openupm.com section.
- Add to the
manifest.json.
Openmainfest.jsonand add next string to thedependenciessection:
{
"dependencies": {
"com.vcow.scene-select-tool": "https://github.com/vcow/lib-scene-select-tool.git#upm",
...
}
}
or
{
"dependencies": {
"com.vcow.scene-select-tool": "https://github.com/vcow/lib-scene-select-tool.git#1.0.1",
...
}
}
if you want to install exactly 1.0.1 version.
Open tool Tools -> Scene Select Tool and select scene from the list. You can dock this window for greater convenience.
