Add ExamplEditor

Needed to reproduce issue
This commit is contained in:
mackysoft
2022-03-05 02:04:22 +09:00
parent f8b317ba20
commit 112b5f9457
4 changed files with 34 additions and 4 deletions
@@ -0,0 +1,13 @@
using UnityEditor;
namespace MackySoft.SerializeReferenceExtensions.Example.Editor {
[CustomEditor(typeof(Example))]
public class ExampleEditor : UnityEditor.Editor {
// Enabling the custom editor slowdown rendering performance.
public override void OnInspectorGUI () {
base.OnInspectorGUI();
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cfc194a2f8ebd084b9a5e0be5ec30589
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: