Published
- 1 min read
unity scene change
The solution for this is noted below
unity scene change
Solution
using UnityEngine.SceneManagement;
SceneManager.LoadScene("YourSceneName");
Try other methods by searching on the site. That is if this doesn’t work