Skip to content

Instantly share code, notes, and snippets.

View Diman119's full-sized avatar

Dmitry Bobkov Diman119

View GitHub Profile
#if UNITY_EDITOR
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using System.Reflection;
using System.IO;
using System.Text;
public class EditorFontResizer : EditorWindow {