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.
'UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete
Re: 'UnityEngine.Application.LoadLevelAdditiveAsync(string)' is obsolete
Hi,
Thanks for checking out Scene Streamer! The current version (pending update on the Unity Asset Store) gets rid of this warning message.
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
Scene Streamer 1.21 is finally available on the Asset Store. It gets rid of this deprecation warning in Unity 5.3+.