Hi, I'm making a 2D game and working on a scene transition animation that occurs under certain situations.
I've created a Menu and am trying to move an image along the x-axis using LeanTween and a Custom Action. However, I'm struggling to find relevant references.
It would be extremely helpful if anyone could help tackle this issue.
Thank you!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
A tutorial on custom Actions can be found here, but I'd recommend going with an approach that can involve an Animator component (attached to a Unity UI-based Menu or otherwise). That way, you can use the Object: Animate Action to control it.
Got it. Thank you so much for your help!