An open API service indexing awesome lists of open source software.

https://github.com/xjine/unity_exhibitionsceneloader

ExhibitionSceneLoader provides helper GUI to load the first scene. The selected scene will be started after a few seconds and saved int your setting file.
https://github.com/xjine/unity_exhibitionsceneloader

assets unity

Last synced: about 1 month ago
JSON representation

ExhibitionSceneLoader provides helper GUI to load the first scene. The selected scene will be started after a few seconds and saved int your setting file.

Awesome Lists containing this project

README

          

# Unity_ExhibitionSceneLoader

ExhibitionSceneLoader provides helper GUI to load the first scene.
The selected scene will be started after a few seconds and saved int your setting file.

## Import to Your Project

You can import this asset from UnityPackage.

- [ExhibitionSceneLoader.unitypackage](https://github.com/XJINE/Unity_ExhibitionSceneLoader/blob/master/ExhibitionSceneLoader.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_FileReadWriter](https://github.com/XJINE/Unity_FileReadWriter)
- [Unity_SingletonMonoBehaviour](https://github.com/XJINE/Unity_SingletonMonoBehaviour)

## How to Use

1. Set ExhibitionSceneLoader into build settings and set at the 0 index.
2. Add your scenes into build settings.
3. Set your setting and save file path in inspector.