Hi, I can not find the issue why I can not reset the scene after the simple restart SceneManager.LoadScene(1);
I am not using any DoNotDestroyOnLoad however my score is somehow saved with the whole scene.
What can be causing these? I was thinking about destroying the whole scene and then reload it? Any ideas?
Set your score variable to zero in Start()