void Awake() { Instance = this; }
void OnDestroy() { cam = null; mInstance = null; enabled = false; }