x


Different behaviour when loading a scene for the second time

I'm having a terrible time with a Unity application I'm making.

The structure is that I have 3 scenes: a "Title" scene, a "Menu" scene, and a "Game" scene. The users start at the Title scene on load, and advance on a button press to the Menu scene. From here they select a puzzle to play. Then we advance to the Game scene, which is populated using data from the selected puzzle.

The problem: when I return to the Menu scene from the Game scene (via a button), and then attempt to load another puzzle, when I return to the Game scene, nothing gets populated. Something is breaking, I assume due to something having changed in some way.

Avenues I've explored:

-Static variables. I had some, but I've since removed them all.

-DontDestroyOnLoad objects. I still have 4 objects with this behaviour. However, they are all created on the Title scene, which is never returned to, and so I'm fairly sure they aren't being duplicated or anything like that.

I desperately need suggestions for something to explore. I'm rapidly running out of ideas.

more ▼

asked Apr 01 '11 at 05:41 PM

Jason S gravatar image

Jason S
1 1 1 3

Well we'd need to see your current scripts to be of any help to you.

Apr 01 '11 at 06:12 PM e.bonneville
(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x588
x311
x112
x51
x11

asked: Apr 01 '11 at 05:41 PM

Seen: 832 times

Last Updated: Apr 01 '11 at 05:49 PM