Skip to content

Instantly share code, notes, and snippets.

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

Nolkeg

🏠
Working from home
View GitHub Profile
@Nolkeg
Nolkeg / AdjustWannayuk.cs
Created July 13, 2021 05:50
Unity TMP Thai wannayuk adjustor
using System.Collections.Generic;
using System.Reflection;
using TMPro;
using UnityEditor;
using UnityEngine;
public class AdjustWannayuk : EditorWindow
{
static bool overrideAll = true;
static float wannayukHeight = 30f;