rename EditorGUI to Editor

This commit is contained in:
ousttrue
2021-06-30 15:25:15 +09:00
parent 7ae7aff51d
commit 93b6564b0f
4 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 706590752e82d004e99da97aff535f67
guid: 2a09b107e404d4442adbc351d044536f
MonoImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -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;

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 16c69c858a1da5e4088d72a546a2963e
guid: 83c77bd3888dffa439b1feb6986b1b54
MonoImporter:
externalObjects: {}
serializedVersion: 2