Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: nabilfx on May 11, 2015, 05:31:52 PM

Title: Animation Variable help.
Post by: nabilfx on May 11, 2015, 05:31:52 PM
I have 3 animation, IDLE, LEFT, RIGHT

How can i turn them into varibles, so then i can control with the slider or joystick.
Title: Re: Animation Variable help.
Post by: jeanfabre on May 12, 2015, 03:09:55 AM
Hi,

 You should use Unity Mecanim system (Animator) to create a an graph of your animations, how they blend together, etc etc, and then control that via the public animator parameters you defined.


 Bye,

 Jean