SkinnedMeshUtility.cs 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 namespace VRM { public static class SkinnedMeshUtility { public const string MENU_KEY = "GameObject/UnityEditorScripts/"; public const int MENU_PRIORITY = 11; } }