Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/lottie-player.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/lottie-player)

README

Lottie Player

openupm

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 Assets or Packages folder.

Comments

No comments yet. Be the first!