Hi everyone,
So I have a MainScene where I want to interact with an object and load a CarScene and that works, but I am trying to make it so that when you load the CarScene and finish playing it then load the MainScene again but not all from the beginning, instead I want it to load like just before I interacted with the object that took me to the CarScene. In other words I want to pause the MainScene when I load the CarScene so I can return to it after I am done with the CarScene Is this possible? I have tried with Application.LoadLevelAdditive but it just transports my first scene into the next one.
Thanks for the help
↧