diff --git a/Assets/Example/Example.cs b/Assets/Example/Example.cs index 2e0fe5d..08a4082 100644 --- a/Assets/Example/Example.cs +++ b/Assets/Example/Example.cs @@ -1,3 +1,4 @@ +#if UNITY_2019_3_OR_NEWER using System.Collections.Generic; using System; using UnityEditor; @@ -114,4 +115,6 @@ public class AppleDrawer : PropertyDrawer return EditorGUIUtility.singleLineHeight; } } +#endif + #endif \ No newline at end of file