Installation
You can install the package via OpenUPM, Git, Tarball or the Unity Asset Store:
- OpenUPM
- Git
- Tarball
- Unity Asset Store
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
My 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.
- Obtain the package at the Asset Store.
- With your Unity project open, click
Open in Unity. - The
Package Managerwill open with the package selected. - Click
DownloadorUpdate, depending on the local cache. - Click
Import. - Make sure everything is selected and click
Importagain.
info
When updating from the Asset Store, make sure to remove the previous version completely before adding the updated version.