playMaker

Author Topic: Hello! I want to ask how to use playmaker to get and set my blendtree’s value  (Read 1764 times)

naktim0819

  • Playmaker Newbie
  • *
  • Posts: 44
Hello!
I want to ask how to use playmaker to get  and set my blendtree’s  Parameters value

I want to us it to control my face animation morpher   but  I  really don’t  know  how  to controller it.

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
You would download and install the Playmaker Mecanim actions if you haven't already https://hutonggames.fogbugz.com/default.asp?W1031

Then you would use "Set animator float" to drive the parameters in your blend tree- the AEIOU_X and AEIOU_y parameters
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

naktim0819

  • Playmaker Newbie
  • *
  • Posts: 44
Did I do wrong?
my paramater value still not change
Plz Help. !  :-[
« Last Edit: February 16, 2016, 01:04:55 AM by naktim0819 »

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Yes that should be working- the parameter name in the action needs to match the parameter name exactly-

Also I assumed you are using a float- is the AEIOU_x a float parameter? If its an int or bool use the correct "Set animator (var type)" action

Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!