3D Game Development

with Unity3D and C#

Unit 9: Animation

Coming Soon!

watch and work along with the video lessons

AnimatorController

  • ZombieBehavior.cs script

Mixamo Animation (Butcher)

  • Adding Mixamo Animation (idle, attack)

ButcherAnimatorController

  • ButcherBehavior.cs script (distance)
  • ButcherBehavior.cs script modified (onTriggerEnter and onTriggerExit)

Creating a 3rd Person Controller

  • Robot Kyle positioned in front of camera
  • Mixamo animations (idle, walk/run forward/backward, slide left/right, jump, punch)
  • MotionController.cs (A, W, S, D, shift, space, mouse click)

Heads Up Display (HUD)

animate your game

Add animations to your game along with the scripts to activate the animations at the appropriate times.