(12-15-2012, 04:27 PM)str4wberrypanic Wrote: Yes, 2 beta testers and me. But we don't have even think about loading the game.
Basically all of my scripts are in void start, there can be a problem with this?
Yes, of course:
Imagine there are two maps. Map_1 and Map_2. We get a key in Map_1 for a door in Map_1. We move to Map_2 thinking that we have to use the key in there. We see that it doesn't work. We return.
As void OnStart() only runs the FIRST TIME YOU ENTER IN A MAP, the key for the door in Map_1 will be useless, because no callback will be assigned.
That's a really common issue with some stories. And that's the reason why I can't enjoy most of them.