|
I would like to have a portion of my Editor Script run right away when the scene is loaded, not just when Unity starts- but each time new scene is loaded. It seems this should be obvious...but I've been digging through the reference, here, the forums, no luck so far. Thanks very much!
(comments are locked)
|
|
I think you mean an extension of Unity, look up here: Extending the editor Greetings.
(comments are locked)
|

Having a Start function not working for you?
unfortunatly function Start() does not work in an editor script, only in runtime scripts. Thanks though :)