Releases: vanhaodev/unity-scene-loader
Releases · vanhaodev/unity-scene-loader
v1.0.1
1. Via manifest.json
Add the following line to your Packages/manifest.json under the dependencies section:
"com.vanhaodev.sceneloader": "https://github.com/vanhaodev/unity-scene-loader.git?path=Exported/com.vanhaodev.sceneloader#1.0.1"2. Via Package Manager UI
- Open Window -> Package Manager.
- Click the + (plus) icon in the top left corner.
- Select Add package from git URL...
- Paste the URL below:
https://github.com/vanhaodev/unity-scene-loader.git?path=Exported/com.vanhaodev.sceneloader#1.0.1V1.0.0
1. Via manifest.json
Add the following line to your Packages/manifest.json under the dependencies section:
"com.vanhaodev.sceneloader": "https://github.com/vanhaodev/unity-scene-loader.git?path=Exported/com.vanhaodev.sceneloader#1.0.0"2. Via Package Manager UI
- Open Window -> Package Manager.
- Click the + (plus) icon in the top left corner.
- Select Add package from git URL...
- Paste the URL below:
https://github.com/vanhaodev/unity-scene-loader.git?path=Exported/com.vanhaodev.sceneloader#1.0.0