You are probably going to use [dontdestroyonload][1] on the player or some other object. It doesn't have to be the player but some gameobject must survive the level transition with the necessary information, hence the usefulness of that function.
[1]: http://docs.unity3d.com/Documentation/ScriptReference/Object.DontDestroyOnLoad.html
↧