Lottie Player
Player for Lottie animation files, powered by rlottie.
com.gilzoide.lottie-player Unity Compatibility
Unity 6 Supported
2023.2 Supported
2023.1 Supported
2022.3 LTS Supported
2021.3 LTS Supported
2020.3 LTS Unsupported
2019.4 LTS Unsupported

Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/lottie-player.git README Markdown
Copy this to your project's README.md
## Installation
Add **Lottie Player** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/lottie-player.git
```
[](https://www.pkglnk.dev/pkg/lottie-player)README
Lottie Player
Player for Lottie animations, powered by rlottie.
Features
- Scripted importer that interprets JSON files as LottieAnimationAssets. This helps you separate animation files from regular JSON ones and makes sure the asset contains valid animations.
- ImageLottiePlayer: a Unity UI component that plays Lottie animation assets, rendering to a texture of customizable size.
- Job System-friendly: texture updates may run in background threads.
Use
ILottieAnimation.CreateRenderJob(...)extension method for scheduling an animation render job. - Supported platforms: Windows, Linux, macOS, iOS, tvOS, visionOS, Android, WebGL
How to install
Either:
- Use the openupm registry and install this package using the openupm-cli:
openupm add com.gilzoide.lottie-player - Install using the Unity Package Manager with the following URL:
https://github.com/gilzoide/unity-lottie-player.git#1.1.1 - Clone this repository or download a snapshot of it directly inside your project's
AssetsorPackagesfolder.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In