Skip to content

Player.AnimatorSetup

Wesley Haws edited this page Apr 22, 2017 · 7 revisions

(Out of date as of 1/28/2017)

Player - Animator Setup


  1. Download the "Player_Arms" & "Player_Anim" controllers found in "Anim Controller" folder of this repo.
  2. Make a folder called "Anim Controllers" in your Unity project
  3. Place these files into that folder
  4. In the "Animator" component of your player add the arms file if its for the arms of your player or the anim if its for a full body(shadow).

There are not animations included, you will need to provide those. However, all the connections, states, layers, and parameters will be setup and working for you. All you need to do is add your animations to each state. If your animations are not playing for some reason make sure of a couple of things:

  1. Animations are set to loop (Set on the animation file)
  2. Your animations are set to "Humanoid"
  3. Your character rig is setup correctly (In correct T-pose)
  1. Animations are placed correctly in the blend trees. (left movement not placed in right movement slots)

Parameters:

Base Layer Setup:

Base Layer Setup

Movement State Setup:

Climbing State Setup:

Wall Movement State Setup:

Clone this wiki locally