This file contains hidden or 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
// 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 | |
{ |