Update ExampleEditor.cs
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@ using UnityEditor;
|
||||
|
||||
namespace MackySoft.SerializeReferenceExtensions.Example.Editor {
|
||||
|
||||
[CustomEditor(typeof(Example))]
|
||||
// Enabling the custom editor slowdown rendering performance.
|
||||
//[CustomEditor(typeof(Example))]
|
||||
public class ExampleEditor : UnityEditor.Editor {
|
||||
|
||||
// Enabling the custom editor slowdown rendering performance.
|
||||
public override void OnInspectorGUI () {
|
||||
base.OnInspectorGUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user