Table of Contents

Installation

Let's install LitMotion in your project to get started using it.

Requirements

  • Unity 2021.3 or later
  • Burst 1.6.0 or later
  • Collections 1.5.1 or later
  • Mathematics 1.0.0 or later

You can install LitMotion using the Package Manager.

  1. Open Package Manager by navigating to Window > Package Manager.
  2. Click on the "+" button and select "Add package from git URL."
  3. Enter the following URL:
https://github.com/annulusgames/LitMotion.git?path=src/LitMotion/Assets/LitMotion

img1

Alternatively, you can open the Packages/manifest.json file and add the following line within the dependencies block:

{
    "dependencies": {
        "com.annulusgames.lit-motion": "https://github.com/annulusgames/LitMotion.git?path=src/LitMotion/Assets/LitMotion"
    }
}

Install from unitypackage

It's also possible to install LitMotion from the provided unitypackage file.

  1. Navigate to the Releases section and download the latest unitypackage file.
  2. Open the downloaded file and import it into your project.