Skip to main content
Version: 4.1.x

Installation

You can install the package via OpenUPM, Git, Tarball or the Unity Asset Store:

Package Signing

Release tarballs are signed with UPM package signing, which the Package Manager verifies from Unity 6.3 onwards. The OpenUPM and Tarball installations keep the signature, while Git installations are always unsigned. Releases published before signing was introduced (4.1.1 and earlier) are unsigned.

Signed

OpenUPM republishes the signed tarball from each GitHub release unchanged, so the signature is preserved. Versions published before signing was introduced remain unsigned.

This package is available on the OpenUPM registry. You can install an OpenUPM package either via openupm-cli or manually via the Package Manager.

Required

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.