I am trying to fix AutoSceneLoader code to run in Unity 5+.
One thing it does is add a handler: “EditorApplication.playmodeStateChanged += OnPlayModeChanged;”
How would I do that in Unity 5.x?
I don’t see anything in EditorSceneManager, but maybe I’m missing it.
Help Mr. Wizard!
Thanks.
– Paul