1.8.1: Fixed issue with certain drawers using EditorGUI.PropertyField, which would invoke a second draw with the same attribute

This commit is contained in:
Anders Ejlersen 2023-04-21 18:44:44 +02:00
parent eb19150d98
commit b189ec8b97
8 changed files with 21 additions and 14 deletions

View file

@ -84,7 +84,7 @@ namespace Module.Inspector.Editor
return "Unknown error";
}
private static ESupportType IsSupported(SerializedProperty property)
{
if (property.propertyType != SerializedPropertyType.ManagedReference)