playMaker

Author Topic: Mecanim Animation code to Playmaker  (Read 1228 times)

replikant

  • Playmaker Newbie
  • *
  • Posts: 42
Mecanim Animation code to Playmaker
« on: January 05, 2016, 05:34:55 PM »
hello I am watching this tutorial for Mecanim and using playmaker for the coding part.

however I dont know how to translate this to playmaker.

anim.MatchTarget(hitInfo.point, Quaternion.identity, AvatarTarget.Root, new MatchTargetWeightMask(new Vector3(0, 1, 0), 0), 0.35f, 0.5f);
   

it tells the character to fall until hitting the floor. thanks