private void OnDestory() { if (AllowDebugging) { Application.logMessageReceived -= LogHandler; } _instance = null; }
void Awake() { _instance = this; }