Skip to content

Instantly share code, notes, and snippets.

View GhatSmith's full-sized avatar

Ghat Smith GhatSmith

View GitHub Profile
@GhatSmith
GhatSmith / DebugText.cs
Last active September 2, 2018 15:47 — forked from kkukshtel/DebugText.cs
Add text into your Unity Game/Scene view using only a script. Basically Debug.Log for runtime text.
// Source : https://gist.github.com/kkukshtel/3cec9473bb5eda90635f1765e259498d
// Modifications identified by comment starting with HACK tag
using UnityEngine;
namespace OddTales.Framework.Core.Other
{
public static class DebugText
{