playMaker

Author Topic: 2d Sprite Animation with Unity 4.3  (Read 10147 times)

wpcapozzi

  • Playmaker Newbie
  • *
  • Posts: 1
Re: 2d Sprite Animation with Unity 4.3
« Reply #15 on: May 30, 2015, 09:55:11 PM »
Thanks! Suggesting to use Animator Play helped me. Playmaker, Mechanim, triggers, and animations are now working very well for me.

I had been following an example that uses Set Animator Bool to change parameters, but for some reason it didn't work as in the example.

Animator Play works well!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: 2d Sprite Animation with Unity 4.3
« Reply #16 on: July 20, 2015, 09:24:48 AM »
Hi,

 make sure you set it back to false the next frame. Some mecanim setup ( most) will need you to simple use the bool as a one off switch, so don't leave it on always.

Bye,

 Jean