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 UPM
insideMy Registries
. - Select
Advanced Scene Manager
underMy 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#upm
into url. - Click
Add
.
- Choose the release you want to install and download the
com.mygamedevtools.scene-loader-<release>.tgz
asset. - Open
Window/Package Manager
. - Click +.
- Select
Install package from tarball...
. - Select the
com.mygamedevtools.scene-loader-<release>.tgz
file you downloaded.