using UnityEngine; namespace VRBeats { public class DontDestroyOnLoad : MonoBehaviour { private void Start() { DontDestroyOnLoad(gameObject); } } }