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
@FairlySadPanda
FairlySadPanda / UGuiTextToTextMeshPro.cs
Last active November 24, 2021 15:59 — forked from Naphier/UGuiTextToTextMeshPro.cs
Unity3D Editor Tool to convert Unity GUI Text objects to Text Mesh Pro Text Objects
using TMPro;
using TMPro.EditorUtilities;
using UnityEditor;
using UnityEngine;
using UnityEngine.UI;
public class UGuiTextToTextMeshPro : Editor
{
[MenuItem("GameObject/UI/Convert To Text Mesh Pro", false, 4000)]
static void DoIt()