Skip to content

A custom scene loader inspector component that makes it really easy to load unity scenes

Notifications You must be signed in to change notification settings

Home-Alone-Studios/unity-scene-loader

Repository files navigation

Scene Loader

A custom scene loader component that makes it really easy to load unity scenes

Scene Loader

Installation

You can install or import Scene Loader in your project through the following wayss:

Install via Git URL

Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your manifest.json file found at /ProjectName/Packages/manifest.json to include it as a dependency. See the example below on how to reference it.

{
	"dependencies": {
		...
		"com.ng.homealonestudios.papae.tools.sceneloader" : "https://github.com/Home-Alone-Studios/scene-loader.git?path=/Assets",
		...
	}
}

Or you can simply add the URL https://github.com/Home-Alone-Studios/scene-loader.git?path=/Assets in package manager as shown below

Import Instruction

Samples: Todo

Usage

Coming soon.

Special Thanks