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
Install via Package Manager (Recommended)
You can install LitMotion using the Package Manager.
- Open Package Manager by navigating to Window > Package Manager.
- Click on the "+" button and select "Add package from git URL."
- Enter the following URL:
https://github.com/annulusgames/LitMotion.git?path=src/LitMotion/Assets/LitMotion
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.
- Navigate to the Releases section and download the latest unitypackage file.
- Open the downloaded file and import it into your project.