Skip to content

0.2.0

Compare
Choose a tag to compare
@gindemit gindemit released this 11 May 22:11
· 74 commits to main since this release

Initial release of the plugin.

Installation

Preferred Method

Add the following line to your manifest.json file:
"com.gindemit.rlottie": "https://github.com/gindemit/unity-rlottie.git?path=/unity/RLottieUnity/Assets/LottiePlugin/#0.2.0",

Legacy Method

Download the 0.2.0.unitypackage file and import it via the Assets > Import Package menu.

Release Notes

  • New feature: AnimatedImage component for UGUI
  • Disabling out of screen animation updates in LottieAnimationsPreview
  • Fixed animations flickering on windows builds. Issue #7
  • Improvements and fixes in LottieAnimationPreview and AnimatedButton
  • Fixes in editor scripts for LottieAnimationPreview and AnimatedButton