private void OnApplicationQuit()
 {
     inst = null;
 }
 private void Awake()
 {
     inst = this;
     //DO INITIALIZATION AND LOADING STUFF HERE
 }