Hey,
So in my UI I used the “legacy” animation system to create a little popup animation. All I’m animating are things like colors and rect transforms. However, if I don’t check the Pixel Perfect option, the changes made by the animation are not displayed. I can see the properties animating in the inspector, but the UI itself will not display any changes until I modify the properties directly from the inspector. My guess from my experience with working with the old GUI would be that the UI isn’t being set dirty or something when not in pixel perfect mode?