Skip to content

Instantly share code, notes, and snippets.

View tng2903's full-sized avatar
🏠
Working from home

Truong Giang tng2903

🏠
Working from home
  • Vietnam
View GitHub Profile
@tng2903
tng2903 / UGuiTextToTextMeshPro.cs
Created January 22, 2020 07:03 — 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;
public class UGuiTextToTextMeshPro : Editor
{
[MenuItem("GameObject/UI/Convert To Text Mesh Pro", false, 4000)]
static void DoIt()