I’m not clear on wether Start() should be called when I load the scene with the object that owns the script.
This doesn’t seem to be the case. Start() is only being called the first time the scene is loaded, when I load it again - its not being called.
Is there a script that I can attach to an object that is called each time that object is created (each time that level is loaded?