Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 493 Bytes

UnitySceneAutoLoader

Auto loads a specific scene on play-mode enter and loads the previously opened scene on play-mode stop

Compatibility

Tested with Unity 5.3.5f1

Installation

Copy the script to your-project-path/Assets/Editor

Usage

Open the script and change the value for sceneToLoad to the scene you want to load on play

Hints

  • All scenes have to be registered in Scenes To Build within File/Build Settings...
  • All scene files have to be located in Assets/Scenes