3.3.4 Bug Fix
- Fix
PlayaShowIf
/PlayaHideIf
could not be used more than once on the same target. - IMGUI: Fix missing decorators. If you see duplicated decorators in your project, go:
Window
-Saints
-Enable IMGUI duplicated decorator fix
. - IMGUI: Fix inconsistent height update for
InfoBox
andResiziableTextArea
in Unity 2022.3.46, #85. - IMGUI: Fix
PostFieldButton
,AboveButton
,BelowButton
use shared error message when in a list/array. - Change
null
value color forShowInInspector
. - Fix
ShowInInspector
can not detect a dictionary when the target isIReadOnlyDictionary<,>
(P.S. I'm still working on a big feature so most updates these days will be about bug fixes instead of features)
Full Changelog: 3.3.3...3.3.4