Skip to content

Commit

Permalink
Merge pull request #61 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.58
  • Loading branch information
uurha committed Oct 8, 2024
1 parent 2a0f166 commit ee61163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Editor/Drawers/SerializeReferenceField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ private void Update()

property.Dispose();
}


#if !UNITY_2022_2_OR_NEWER
private void ValidateLabel(SerializedProperty property)
{
if (!IsLast())
Expand All @@ -160,7 +161,7 @@ private void ValidateLabel(SerializedProperty property)
break;
}
}

#endif
private void ReactToEditorChange()
{
UpdateSerializedObjectIfNeeded();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.commons",
"displayName": "Better Commons",
"version": "0.0.57",
"version": "0.0.58",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit ee61163

Please sign in to comment.