// On destroy void OnDestroy() { s_Instance = null; }
// Use this for initialization void Awake() { s_Instance = this; }