Skip to content

Instantly share code, notes, and snippets.

View ashkan-saeedi-mazdeh's full-sized avatar

Ashkan Saeedi Mazdeh ashkan-saeedi-mazdeh

View GitHub Profile
@ashkan-saeedi-mazdeh
ashkan-saeedi-mazdeh / Console.cs
Last active September 10, 2015 13:49 — forked from mminer/Console.cs
Unity script to display in-game debug console.
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// A console to display Unity's debug logs in-game.
/// </summary>
public class Console : MonoBehaviour
{
struct Log
{