mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 11:12:49 +08:00
Add UniverseLib to C# Console default usings
This commit is contained in:
@ -52,6 +52,7 @@ namespace UnityExplorer.CSConsole
|
|||||||
"System.Collections",
|
"System.Collections",
|
||||||
"System.Collections.Generic",
|
"System.Collections.Generic",
|
||||||
"UnityEngine",
|
"UnityEngine",
|
||||||
|
"UniverseLib",
|
||||||
#if CPP
|
#if CPP
|
||||||
"UnhollowerBaseLib",
|
"UnhollowerBaseLib",
|
||||||
"UnhollowerRuntimeLib",
|
"UnhollowerRuntimeLib",
|
||||||
@ -704,7 +705,7 @@ Doorstop example:
|
|||||||
// It is recommended to use the Log panel (or a console log window) while using this tool.
|
// 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.
|
// 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'</color>";
|
// To execute a script automatically on startup, put the script at 'sinai-dev-UnityExplorer\Scripts\startup.cs'</color>";
|
||||||
|
|
||||||
internal const string HELP_USINGS = @"// You can add a using directive to any namespace, but you must compile for it to take effect.
|
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.
|
// It will remain in effect until you Reset the console.
|
||||||
|
Reference in New Issue
Block a user