hello there
can you help me please getting this fix
unityengine.application.loadlevel(string)’ is obsolete use scenemanager.loadscene’
this alot
hello there
can you help me please getting this fix
unityengine.application.loadlevel(string)’ is obsolete use scenemanager.loadscene’
this alot
It’s because you use a new unity version and this command is now deprecated… I recommend you to read the docs for the new SceneManager and use SceneManager.LoadScene()
https://docs.unity3d.com/ScriptReference/SceneManagement.SceneManager.LoadScene.html
alright i’ll give it try and see how it goes
thanks for this hint!
Give it a try and if you have some problem, come back and I will try to help you more ! Solving problems is the better way to learn