Loading Animation

Hi,

I have Unity3D PRO (using 4.6.6 version) but I don’t have Unity Android PRO, the command LoadLevelAsync will work without Android PRO or not?

I’m trying to create a loading animation but, I’m trying to get the value from “Application.GetStreamProgressForLevel(sceneToLoad)” and, the value is “1” all the time, because this I’m asking about it… Thanks in advance!

Application.GetStreamProgressForLevel is kinda broken on android, never got it working proper on all devices. You may better just animate the loading screen without an loading bar.

I understand but, Is the LoadLevelAsync works on Android (with UnityPRO but not AndroidPRO) ??