Describe the bug
Add an InfoBox attribute to a field.
Give the InfoBox a 'showif' parameter
Observe showif is initially respected.
Change state such that showif result would change
Observe the visibility of the InfoBox does not change until you navigate away or cause some other update of the inspector
Expected behavior
Changing the state such that the showif result would change should update visibility immediately.
Code Sample
[InfoBox("Some message", TriMessageType.Info, "$SomeConditionCheck")]
private int field;
Desktop: Windows 10
Unity version: 2021.1.24
Tri Inspector version: 1.10.1
Describe the bug Add an InfoBox attribute to a field. Give the InfoBox a 'showif' parameter Observe showif is initially respected. Change state such that showif result would change Observe the visibility of the InfoBox does not change until you navigate away or cause some other update of the inspector
Expected behavior Changing the state such that the showif result would change should update visibility immediately.
Code Sample
Desktop: Windows 10 Unity version: 2021.1.24 Tri Inspector version: 1.10.1