gindemit/unity-rlottie

Loaded image is flipped 180 on the x-axis

Closed this issue · 2 comments

image

After placing the a file that has been converted from .json to .txt file into the AnimationJson of AnimatedImage script, the the image is loaded and runs the animation, but it is flipped 180 on the x-axis

Hey @MunWeiKhong, thanks for the report!
Right now to fix this issue, please make the Y scale of your RawImage game object transform "-1".
Like on this screenshot:
image

Thanks for dropping info for a temporary fix.
Will leave this issue as open until a proper fix has been implemented.