Skip to content

Instantly share code, notes, and snippets.

View FairlySadPanda's full-sized avatar
🏠
Back in the office!

Hannah Giovanna Dawson FairlySadPanda

🏠
Back in the office!
View GitHub Profile
@Naphier
Naphier / UGuiTextToTextMeshPro.cs
Created January 4, 2017 15:23
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;
public class UGuiTextToTextMeshPro : Editor
{
[MenuItem("GameObject/UI/Convert To Text Mesh Pro", false, 4000)]
static void DoIt()