Exemplo n.º 1
0
        public static void OpenPlayerConsole()
        {
            if (!ShouldShowPlayerConsole)
            {
                return;
            }

            BluInternalEditorUtility.OpenPlayerConsole();
        }
Exemplo n.º 2
0
 public static void OpenEditorConsole()
 {
     BluInternalEditorUtility.OpenEditorConsole();
 }