Hi! We are seeing a strange issue where we create a basic 2D UI scene and try to anchor a sprite to the left, bottom, and right of the screen. When we set the sprite to maintain aspect ratio, it tends to jump around instead of just being anchored in place. E.g., when we change its depth, it'll move towards where it is supposed to be by a few pixels. Same with hitting play in the Unity editor, or adjusting other values. Other times, such as when we save the scene, items will explode away from the center of the UI for no discernable reason. We've tried setting the anchors to run at different times and messed around with different scene configurations with no fix.
Thanks in advance!