Skip to content

vcow/lib-scene-select-tool

Repository files navigation

Scene select tool

A simple little Unity Editor tool for quickly switching between scenes.

How to install

Select one of the following methods:

  1. 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.

  2. 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.

  1. From OpenUPM.
    Go to Edit -> Project Settings -> Package Manager and add next scoked registry:

        Press Save, then go to Package Manager and install Scene Select Tool from the My Registries -> package.openupm.com section.

  1. Add to the manifest.json.
    Open mainfest.json and add next string to the dependencies section:
{
  "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.

How to use

Open tool Tools -> Scene Select Tool and select scene from the list. You can dock this window for greater convenience.

Screenshot

About

A simple little Unity Editor tool for quickly switching between scenes.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages