Animation Rigging
Animation Rigging toolkit using Unity's Animation C# Jobs
com.unity.animation.rigging Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/rigging.git README Markdown
Copy this to your project's README.md
## Installation
Add **Animation Rigging** 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/rigging.git
```
[](https://www.pkglnk.dev/pkg/rigging)Dependencies (3)
Used By (2)
README
Animation Rigging
The Animation Rigging package exposes a set of predefined constraints and tools to manually build a control rig hierarchy. At runtime, rig constraints are converted to a list of IAnimationJobs which are appended to the Animator playable evaluation.
Detailed information on how best to use this package can be found here.
No comments yet. Be the first!