You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 1.12.1 [skip ci] ### [1.12.1](v1.12.0...v1.12.1) (2022-09-10) ### Bug Fixes * fix editor drawing of managed classes inside list ([8d66349](8d66349)) * fix issue with unity version 2021.1 ([d81e9df](d81e9df)), closes [#51](#51) * fix version directive in IconUtility ([ffe848c](ffe848c)), closes [#51](#51) * make changes requested in code review. Also, fix stop condition in for loop that traverses serialized property's path in SerializedPropertyUtilities.GetValue() function ([191d442](191d442))
chore(release): 1.11.0 [skip ci] ## [1.11.0](v1.10.0...v1.11.0) (2022-08-02) ### Features * added methods for getting value combined with null checks ([1154dbb](1154dbb))