Pular para o conteúdo principal
Versão: 5.0.0 (pre-release)

Installation

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

Releases are signed with UPM package signing, which the Package Manager verifies from Unity 6.3 onwards. Which method you pick decides whether you get that signature:

MethodSignature
OpenUPMSigned — republishes the release tarball unchanged
TarballSigned
GitUnsigned, always
Asset StoreNot applicable — imported into Assets/ rather than managed by the Package Manager

Releases published before signing was introduced (4.1.1 and earlier) are 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.

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.