Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minapecheux/unitytutorials-proceduralanimations

The code for a short tutorial on procedural animations and how to create them thanks to the Animation Rigging package in Unity/C# (available in text format).
https://github.com/minapecheux/unitytutorials-proceduralanimations

animation csharp game-development gamedev ik inverse-kinematics procedural procedural-animation rig rigging unity unity3d

Last synced: 8 days ago
JSON representation

The code for a short tutorial on procedural animations and how to create them thanks to the Animation Rigging package in Unity/C# (available in text format).

Awesome Lists containing this project

README

        

# [Unity/C#] Creating procedural animations

**Mina Pêcheux - November 2022**

Did you know we can actually code up movement in scripts? Thanks to Unity's amazing [`Animation Rigging`](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) package, we can boost our imported rigs with additional controllers like IKs, and then use C# logic to create a simple system of **procedural animation**.

Learn more in the text tutorial [on Medium](https://medium.com/codex/creating-procedural-animations-in-unity-c-8c5c2394739d)!

![demo](imgs/demo.gif)

In this 10 minutes-tutorial, I'm discussing how to setup a Unity rig with IK handles and how to code up a basic autonomous script that moves the feet to follow the body at all time.

This Github repo contains an improved version of the script that is coded in the tutorial with optional smoothing using coroutines, and it also contains all of the assets shown in the demo images and videos :)