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