Releases: gindemit/unity-rlottie
0.4.5
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.4.5",
Release Notes
- Got rid of the logger functionality. It produced crashes on Android
Full Changelog: 0.4.4...0.4.5
0.4.4
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.4.4",
Release Notes
- Fixed the import settings for the WebGL native libraries
- Added test version of the iOS x86_64 libraries for emulator (not tested)
Full Changelog: 0.4.2...0.4.4
0.4.2
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.4.2",
Release Notes
- Fix for the export of the initialize_logger native function. Using the
lottie_initialize_loggernow.
Full Changelog: 0.4.1...0.4.2
0.4.1
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.4.1",
Release Notes
- Fix for the Android native libraries 16kb alignment.
Full Changelog: 0.4.0...0.4.1
0.4.0
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.4.0",
Release Notes
- Fixed compilation errors
- Added missing meta files
- Using C++ 17 for native libraries
- Updated rlottie and other submodules to the latest version
- Using custom fixes from https://github.com/gindemit/rlottie/tree/unity-rlottie-win-fixes to build for Windows
Full Changelog: 0.3.0...0.4.0
0.3.0
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.3.0",
Release Notes
- Rebuild the native Android libraries with the 16kb requirement
- Macosx arm + intel processors support
Full Changelog: 0.2.2...0.3.0
0.2.2
Bugfix 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.2",
Legacy Method
Download the 0.2.2.unitypackage file and import it via the Assets > Import Package menu.
Release Notes
- Added arm64 abi for the OSX native libraries
0.2.1
Bugfix 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.1",
Legacy Method
Download the 0.2.1.unitypackage file and import it via the Assets > Import Package menu.
Release Notes
- Fixes in editor scripts for
AnimatedImageandAnimatedButton
0.2.0
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:
AnimatedImagecomponent for UGUI - Disabling out of screen animation updates in LottieAnimationsPreview
- Fixed animations flickering on windows builds. Issue #7
- Improvements and fixes in
LottieAnimationPreviewandAnimatedButton - Fixes in editor scripts for
LottieAnimationPreviewandAnimatedButton
0.1.0
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.1.0",
Legacy Method
Download the 0.1.0.unitypackage file and import it via the Assets > Import Package menu.