mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-12 13:59:21 -05:00
rename EditorGUI to Editor
This commit is contained in:
@@ -14,7 +14,7 @@ using UnityEditor.Experimental.AssetImporters;
|
||||
namespace UniGLTF
|
||||
{
|
||||
[CustomEditor(typeof(GlbScriptedImporter))]
|
||||
public class GlbScriptedImporterEditorGUI : RemapScriptedImporterEditorBase
|
||||
public class GlbScriptedImporterEditor : RemapScriptedImporterEditorBase
|
||||
{
|
||||
GlbScriptedImporter m_importer;
|
||||
GltfData m_data;
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 706590752e82d004e99da97aff535f67
|
||||
guid: 2a09b107e404d4442adbc351d044536f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -14,7 +14,7 @@ using UnityEditor.Experimental.AssetImporters;
|
||||
namespace UniGLTF
|
||||
{
|
||||
[CustomEditor(typeof(GltfScriptedImporter))]
|
||||
public class GltfScriptedImporterEditorGUI : RemapScriptedImporterEditorBase
|
||||
public class GltfScriptedImporterEditor : RemapScriptedImporterEditorBase
|
||||
{
|
||||
GltfScriptedImporter m_importer;
|
||||
GltfData m_data;
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 16c69c858a1da5e4088d72a546a2963e
|
||||
guid: 83c77bd3888dffa439b1feb6986b1b54
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
Reference in New Issue
Block a user