mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-12 23:06:56 +08:00
1.8.22
* Some performance improvements for the new InputSystem support (affects some 2019.3+ games) * Fixed a small mistake with left/right mouse button checking.
This commit is contained in:
@ -45,6 +45,7 @@ namespace Explorer
|
||||
MethodInput = @"// This is a basic C# console.
|
||||
// Some common using directives are added by default, you can add more below.
|
||||
// If you want to return some output, Debug.Log() or MelonLogger.Log() it.
|
||||
|
||||
"
|
||||
#if ML
|
||||
+ @"MelonLogger.Log(""hello world"");";
|
||||
|
Reference in New Issue
Block a user