diff --git a/Assets/Scripts/SceneController.cs b/Assets/Scripts/SceneController.cs index 7c9d8bf..6223709 100644 --- a/Assets/Scripts/SceneController.cs +++ b/Assets/Scripts/SceneController.cs @@ -19,6 +19,7 @@ public class SceneController : MonoBehaviour else { Destroy(this); + return; } // Make this object stay around when switching scenes DontDestroyOnLoad(this.gameObject);