We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11cef7 commit 352b718Copy full SHA for 352b718
Scripts/Editor/PropertyDrawers/SOCItemPropertyDrawer.cs
@@ -11,9 +11,8 @@ namespace BrunoMikoski.ScriptableObjectCollections
11
{
12
#if UNITY_2022_2_OR_NEWER
13
[CustomPropertyDrawer(typeof(ISOCItem), true)]
14
-#else
15
- [CustomPropertyDrawer(typeof(ScriptableObjectCollectionItem), true)]
16
#endif
+ [CustomPropertyDrawer(typeof(ScriptableObjectCollectionItem), true)]
17
public class SOCItemPropertyDrawer : PropertyDrawer
18
19
private const float BUTTON_WIDTH = 30;
0 commit comments