diff --git a/Editor/Drawers/SerializeReferenceField.cs b/Editor/Drawers/SerializeReferenceField.cs index e90f667..3b630ca 100644 --- a/Editor/Drawers/SerializeReferenceField.cs +++ b/Editor/Drawers/SerializeReferenceField.cs @@ -176,8 +176,7 @@ private void UpdateSerializedObjectIfNeeded() private bool HasLabel(SerializedProperty property) { - var query = this.Query().Last(); - return query == this || ValidateBaseField(property); + return ValidateBaseField(property); } private bool ValidateBaseField(SerializedProperty property) diff --git a/package.json b/package.json index 90642d2..9759d55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.tdw.better.commons", "displayName": "Better Commons", - "version": "0.0.54", + "version": "0.0.55", "unity": "2021.3", "description": " ", "dependencies": {