Page 1 of 1

'UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete

Posted: Tue Apr 12, 2016 4:55 am
by Stevepunk
Hi there,

I've downloaded SceneStreamer but am getting the following errors:

Assets/Pixel Crushers/Scene Streamer/Scripts/SceneStreamer.cs(286,69): warning CS0618: `UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete: `Use SceneManager.LoadSceneAsync'

Assets/Standard Assets/Utility/TimedObjectActivator.cs(82,25): warning CS0618: `UnityEngine.Application.LoadLevel(int)' is obsolete: `Use SceneManager.LoadScene'

Assets/Standard Assets/Utility/TimedObjectActivator.cs(82,47): warning CS0618: `UnityEngine.Application.loadedLevel' is obsolete: `Use SceneManager to determine what scenes have been loaded'

etc.

Re: 'UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete

Posted: Tue Apr 12, 2016 9:37 am
by Tony Li
Hi,

Thanks for checking out Scene Streamer! The current version (pending update on the Unity Asset Store) gets rid of this warning message.

Re: 'UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete

Posted: Fri Apr 15, 2016 8:23 pm
by Tony Li
Scene Streamer 1.21 is finally available on the Asset Store. It gets rid of this deprecation warning in Unity 5.3+.