We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cac626 commit cbdde91Copy full SHA for cbdde91
1 file changed
Assets/Editor Toolbox/Editor/Utilities/PropertyUtility.cs
@@ -665,8 +665,9 @@ internal static bool IsSerializeReferenceProperty(SerializedProperty property)
665
}
666
667
return false;
668
-#endif
+#else
669
670
+#endif
671
672
673
internal static bool TryGetSerializeReferenceType(SerializedProperty property, out Type referenceType)
0 commit comments