Skip to content

Instantly share code, notes, and snippets.

@MultiversalNomad
MultiversalNomad / ConsoleInGame.cs
Last active November 4, 2020 16:19 — forked from mminer/Console.cs
This fork splits Console.cs into ConsoleInGame.cs and ExampleSceneScript.cs. See code comments for details.
/*
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;