Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minapecheux/unitytutorials-mixamoanimations
The code for a short tutorial on how to use free animations from Mixamo to quickly setup a simple player in Unity/C# (in text or video format)!
https://github.com/minapecheux/unitytutorials-mixamoanimations
animation animator csharp fsm mixamo state-machine unity unity3d
Last synced: 13 days ago
JSON representation
The code for a short tutorial on how to use free animations from Mixamo to quickly setup a simple player in Unity/C# (in text or video format)!
- Host: GitHub
- URL: https://github.com/minapecheux/unitytutorials-mixamoanimations
- Owner: MinaPecheux
- Created: 2022-03-09T11:21:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T17:34:34.000Z (over 2 years ago)
- Last Synced: 2023-03-07T15:08:27.821Z (over 1 year ago)
- Topics: animation, animator, csharp, fsm, mixamo, state-machine, unity, unity3d
- Language: C#
- Homepage: https://minapecheux.com
- Size: 11.3 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Unity/C#] Animating a simple player character in Unity with Mixamo!
**Mina Pêcheux - March 2022**
Did you know you can get free rigged models, poses and animations on [Adobe Mixamo](https://www.mixamo.com/)? And that you can then import them easily in Unity to quickly setup a basic player character with a few movements? Let's discover more in this video/text tutorial: "Animate a Unity character thanks to Mixamo (Unity/C# tutorial)" :)
You can read it in text format [on Medium](https://mina-pecheux.medium.com/how-to-animate-and-move-a-simple-player-with-mixamo-and-unity-c-721470b54551), or watch it [on Youtube](https://youtu.be/8Pk7FI629O8).
![thumbnail](imgs/yt_thumbnail.png)
In this less than 30 minutes-tutorial, I'm discussing what Mixamo is, how to download free animations from it and how to use the Unity Animator to combine those animations into a state machine and animate a player moved thanks to the Rigidbody physics!
![thumbnail](imgs/demo.gif)
This Github repo contains the `PlayerController` C# class that I code in the tutorial, as well as the Mixamo FBX animations and a few additional assets for the sample scene :)