I animated a Text object to slide in from the left of the screen, stop at the centre, then slide out the other side. It all worked perfectly until I started testing with different aspect ratios and resolutions. I can’t think of how to ensure the the Text RectTransform lines up with the screen edge at the start and end of the animation.
Has anyone got any tips on how to do slide in/out animations for GUI elements?