We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944c94 commit 85debbbCopy full SHA for 85debbb
Editor/MMDLoader/PMDLoaderWindow.cs
@@ -31,7 +31,7 @@ public PMDLoaderWindow()
31
}
32
33
void OnGUI() {
34
- pmdFile = EditorGUILayout.ObjectField("PMD File" , pmdFile, typeof(Object));
+ pmdFile = EditorGUILayout.ObjectField("PMD File" , pmdFile, typeof(Object), false);
35
36
// シェーダの種類
37
shader_type = (PMDConverter.ShaderType)EditorGUILayout.EnumPopup("Shader Type", shader_type);
0 commit comments