Skip to content

Commit 9a319ea

Browse files
committed
Update Example.cs
1 parent f2f150d commit 9a319ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Assets/Example/Example.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if UNITY_2019_3_OR_NEWER
12
using System.Collections.Generic;
23
using System;
34
using UnityEditor;
@@ -114,4 +115,6 @@ public override float GetPropertyHeight (SerializedProperty property, GUIContent
114115
return EditorGUIUtility.singleLineHeight;
115116
}
116117
}
118+
#endif
119+
117120
#endif

0 commit comments

Comments
 (0)