Hello,
I’m trying to run something like this:
-
goto scene1
-
<some time passes>
-
remove scene1
-
goto scene1
When issuing gotoScene I always pass a set of parameters.
When entering the scene for the first time, params are passed.
Unfortunately, when entering it for the second time, even contains only ‘name’ entry, nothing else.
I’ve tried adding a timer before issuing gotoScene so they are not done in the same frame, but this changed nothing.
Also, when I remove the scene without using recycle, I am not able to enter it again [the create event is not sent to it].
Any chance I’m doing something wrong? This looks like a serious limitation.
Krystian