Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/minapecheux/unitytutorials-proceduralanimations
- Owner: MinaPecheux
- Created: 2022-11-14T14:34:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T17:20:06.000Z (almost 2 years ago)
- Last Synced: 2024-06-06T11:44:17.385Z (5 months ago)
- Topics: animation, csharp, game-development, gamedev, ik, inverse-kinematics, procedural, procedural-animation, rig, rigging, unity, unity3d
- Language: C#
- Homepage: https://minapecheux.com
- Size: 18.6 MB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)