Hi,
Im trying to move from a scene having an ARtrackables to a normal unity scene and back. I used application.loadlevel for jumping between scenes. But the problem is that when im loading back the ARscene, a fresh scene is loaded and whatever i've done earlier in that scene is lost. What can i do to save the state of the AR scene?
- Sort Posts
- 1 replies
- Last post
Saving state of a AR scene and retrieving it back.
March 22, 2011 - 7:38am #1
Do Unity scenes typically save state when switching between them? I think you have to implement this yourself, but the question is better asked in the Unity forums. Here's one post on the topic:
http://forum.unity3d.com/threads/59683-Saving-states-on-scene-change
- Kim