This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This fork splits Console.cs into ConsoleInGame.cs and ExampleSceneScript.cs. | |
ConsoleInGame is a static class containing the main console code while ExampleSceneScript.cs | |
is an example for showing how to use the console in other scripts. | |
*/ | |
using UnityEngine; | |
using System; | |
using System.Collections.Generic; |