Skip to content

Commit e7a8195

Browse files
committed
Update ExampleEditor.cs
1 parent 112b5f9 commit e7a8195

File tree

1 file changed

+2
-2
lines changed
  • Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor

1 file changed

+2
-2
lines changed

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace MackySoft.SerializeReferenceExtensions.Example.Editor {
44

5-
[CustomEditor(typeof(Example))]
5+
// Enabling the custom editor slowdown rendering performance.
6+
//[CustomEditor(typeof(Example))]
67
public class ExampleEditor : UnityEditor.Editor {
78

8-
// Enabling the custom editor slowdown rendering performance.
99
public override void OnInspectorGUI () {
1010
base.OnInspectorGUI();
1111
}

0 commit comments

Comments
 (0)