Example #1
0
 private void Start()
 {
     Instance = this;
 }
Example #2
0
 void Awake()
 {
     Instance = this;
     DontDestroyOnLoad(gameObject);
 }