[FREE] Initial Scene Loader

Hi everyone! Got more goodies to share!

Have you ever worked over a project, that works well only when started from initial scene?
And you have to switch to that scene each time you want to test your changes… urgh!

So, here’s a solution!

Checking “Should load initial scene” makes Unity load specified scene when you hit “Play”. Note: if current scene contains changes - you will be prompted to save, discard changes or, if you press “Cancel”, play mode will be interrupted.

Checking “Should load previous scene” makes Unity load the scene you were working on before.

Now available on github!

PS. Here’s some of my other stuff, who knows, maybe it can also be helpful!
Fake Water
Fake Window
MakeItClean!
Scan Field shader
CarPaint Pack
Balloon Shader

Thanks Everyone!

Andrew.

2662268–188647–InitialSceneLoader.unitypackage (1.24 KB)

2 Likes

Any comments, suggestions and feedback are highly appreciated!

1 Like

Fixed a bug when previous scene was not correctly saved in some rare situations.

  • Ignoring "Should load previous scene" when “Should load initial scene” is disabled.

now on github!