Skip to content

Instantly share code, notes, and snippets.

View almaris's full-sized avatar

Jonathan almaris

View GitHub Profile
@almaris
almaris / UGuiTextToTextMeshPro.cs
Last active January 28, 2019 10:07 — forked from Naphier/UGuiTextToTextMeshPro.cs
Unity3D Editor Tool to convert Unity GUI Text objects to Text Mesh Pro Text Objects
using UnityEngine;
using UnityEditor;
using UnityEngine.UI;
using TMPro;
using TMPro.EditorUtilities;
//original gist at https://gist.github.com/Naphier/df8b56b8b879b6f33ec4eea8e98840b9
public class UGuiTextToTextMeshPro : Editor
{
[MenuItem("GameObject/UI/Convert To Text Mesh Pro", false, 4000)]