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 am trying to toggle grayscale at runtime and can see the component change values properly in the inspector, but its not applied to the image unless I do it manually via the inspector:
uiEffect.toneFilter = ToneFilter.Grayscale;
Am I missing a step?
The text was updated successfully, but these errors were encountered:
## [5.2.4](5.2.3...5.2.4) (2025-01-26)
### Bug Fixes
* properties may not update correctly when changed via code or animation ([5994f88](5994f88)), closes [#300](#300)
I am trying to toggle grayscale at runtime and can see the component change values properly in the inspector, but its not applied to the image unless I do it manually via the inspector:
uiEffect.toneFilter = ToneFilter.Grayscale;
Am I missing a step?
The text was updated successfully, but these errors were encountered: