Table of Contents

How to install (2022.3+ only)

Best way

  • In Unity, Go to Edit > Project Settings > Package Manager
  • Create a new scoped registry:
    • Name: OpenUPM
    • URL: https://package.openupm.com
    • Scope(s): com.no-slopes.sprite-animations
  • Click Save. Now Sprite Animations is listed in the package manager.

Project Settings

  • Go to the Unity Package Manager window and select My Registries then select install.

My Registries

My Registries List

This is the best way because the Unity's Package Manager will inform you about new releases and allow you to update directly from the Package Manager's window.

Via OpenUPM CLI

openupm add com.no-slopes.sprite-animations

From Github

Refer to this doc for installing a package through a git repository and this one if do not know how to compose the URL correctly.

The URL will look like this, if you want to install version (tag) v1.0.0:

https://github.com/no-slopes/sprite-animations.git#v1.0.0

From a .unitypackage

Pick a .unitypackage from a version you want and import it in your project.

Click here to download the latest one.