developed new C# console

Derived heavily from notepad++ and Unity In-Game Code Editor, work will be done to refactor and strip down the code, most of it is unnecessary for our needs anyway. Temporary credit to IGCE for most of it.
This commit is contained in:
sinaioutlander
2020-10-25 20:57:34 +11:00
parent 0d4b4dc826
commit 648ac941df
22 changed files with 2657 additions and 22 deletions

View File

@ -71,6 +71,8 @@ namespace ExplorerBeta.UI
public static void Update()
{
MainMenu.Instance?.Update();
if (EventSys && InputModule)
{
if (EventSystem.current != EventSys)