Skip to content

Instantly share code, notes, and snippets.

@BlindingSun
BlindingSun / UGuiTextToTextMeshPro.cs
Last active November 3, 2022 14:18 — forked from Naphier/UGuiTextToTextMeshPro.cs
Unity3D Editor Tool to convert Unity GUI Text objects to Text Mesh Pro Text Objects
/// Revision info:
/// Updated initial project from Naphier to make it work for Unity 2019.4
///
/// Changes:
/// 1) Include change from levilansing because TMP is now part of Unity.
/// 2) Added using needed for BindingFlags.
using System.Reflection;
using UnityEngine;
using UnityEditor;