Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: SD_Chaos on September 28, 2016, 11:25:55 AM

Title: Need help with unity animator control.
Post by: SD_Chaos on September 28, 2016, 11:25:55 AM
Hello everyone. I am new to unity's playmaker asset.
I had watch this lesson at youtube,https://www.youtube.com/watch?v=CZ1YqjrGVQY . I did everything from that video. But , for some reason the bool operations for vertical and horizontal data do not passed to the inity's animator.
Inside the playmaker data is working fine at runtime. When i am pressing the controller keys; up, down and left, right the data changing from -1 to 1. The problem is that there are no animation is happening at the unity side. I check the animator control on unity and i saw that the data from playmaker do not go in to inity's animator. What do i do wrong? Is there should be some code or another controller that links the data from animator to the unity? My full project is here, https://drive.google.com/open?id=0B1_JL2-utMQZVFprTlhWNG9SUVE . Thank you all for the help.