Installation
You can install the package via OpenUPM, Git or Tarball:
- OpenUPM
- Git
- Tarball
This package is available on the OpenUPM registry. You can install an OpenUPM package either via openupm-cli or manually via the Package Manager.
- openupm-cli
- Package Manager
Required
Requires openupm-cli and nodejs 18 or above.
In your Unity project folder, open the terminal and type:
openupm add com.mygamedevtools.scene-loader
This will automatically update your Scoped Registries and install the package in your project.
- Open
Edit/Project Settings/Package Manager. - Add a new Scoped Registry (or edit the existing OpenUPM entry):
Name: Open UPM
URL: https://package.openupm.com
Scope(s): com.mygamedevtools - Click
Apply. - Open
Window/Package Manager. - In the left column, select
Open UPMinsideMy Registries. - Select
Advanced Scene ManagerunderMy GameDev Tools. - Click
Install.
Required
Requires Git installed and added to the PATH
- Open
Window/Package Manager. - Click +.
- Select
Install package from git URL.... - Paste
https://github.com/mygamedevtools/scene-loader.git#upminto url. - Click
Add.
- Choose the release you want to install and download the
com.mygamedevtools.scene-loader-<release>.tgzasset. - Open
Window/Package Manager. - Click +.
- Select
Install package from tarball.... - Select the
com.mygamedevtools.scene-loader-<release>.tgzfile you downloaded.