06 Dec 2016
animation, courses, documentation
For this week's assignment, I created a Unity character with a pre-programmed interactive keypress.
Unity is truly a pain in the ass to work with, so the character just moves from idle to jumping when you use the vertical keys (w or up arrow). I used the blend tree to move between animations and a C# script to generate the movement on keypress.