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
I have a monobehaviour with an array of structs.
The struct has an enum and a float.
The float has a ShowIf attribute for when the enum is a certain value.
When changing the enum, the visibility of the float does not change until I select a different element and then reselect the original (refreshing the inspector).