Dear advances
I have an entry web player and several scene file (*.unity3d).
When utilize class WWW to download these scene and call Application.LoadLevel after the file is downloaded,
and the level loaded successful, but Application.loadedLevelName is empty and MonoBehaviour.OnLevelWasLoaded receives -1.
Is the Application.loadedLevelName empty correct in this case?
Thanks.