I have an UI image that is parented to a RectTransform container, which is parented to a UI panel, which is parented to a Canvas.
I want to be able to move this UI image to the center of the screen (ie. canvas) while leaving the parenting hierarchy. My goal is to animate the UI image from the center to where it is now. Can you please let me know what this code would look like?