mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
UniGLTF.M17N
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Reflection;
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
using UniGLTF;
|
||||
using UniGLTF.M17N;
|
||||
|
||||
namespace MeshUtility
|
||||
{
|
||||
@@ -133,7 +134,7 @@ namespace MeshUtility
|
||||
_scrollPos = EditorGUILayout.BeginScrollView(_scrollPos);
|
||||
EditorGUIUtility.labelWidth = 150;
|
||||
// lang
|
||||
Getter.OnGuiSelectLang();
|
||||
LanguageGetter.OnGuiSelectLang();
|
||||
|
||||
_tab = TabBar.OnGUI(_tab, _tabButtonStyle, _tabButtonSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user