From a5e6b65dee2b05b482eed7942739c1636fab88cf Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:10:24 +1000 Subject: [PATCH] Add UniverseLib to C# Console default usings --- src/CSConsole/ConsoleController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CSConsole/ConsoleController.cs b/src/CSConsole/ConsoleController.cs index d9aa36f..748e99e 100644 --- a/src/CSConsole/ConsoleController.cs +++ b/src/CSConsole/ConsoleController.cs @@ -52,6 +52,7 @@ namespace UnityExplorer.CSConsole "System.Collections", "System.Collections.Generic", "UnityEngine", + "UniverseLib", #if CPP "UnhollowerBaseLib", "UnhollowerRuntimeLib", @@ -704,7 +705,7 @@ Doorstop example: // It is recommended to use the Log panel (or a console log window) while using this tool. // Use the Help dropdown to see detailed examples of how to use the console. -// To execute a script automatically on startup, put the script at 'UnityExplorer\Scripts\startup.cs'"; +// To execute a script automatically on startup, put the script at 'sinai-dev-UnityExplorer\Scripts\startup.cs'"; internal const string HELP_USINGS = @"// You can add a using directive to any namespace, but you must compile for it to take effect. // It will remain in effect until you Reset the console.