protected override void Awake() { base.Awake(); if (m_instance == null) { m_instance = this; } else { Debug.LogError("Two instances of ObeliskConsole detected."); Destroy(gameObject); } colorSet = Instantiate(m_colorSet); GetComponents(); LogAwake(); ApplyColorSet(); }
private void ButtonHandler(Button target) { ObeliskConsole.OpenStackTraceForLog(consoleLog); }