'UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete
Posted: Tue Apr 12, 2016 4:55 am
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.
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.