playMaker

Author Topic: Play animation not playing animation[SOLVED]  (Read 3976 times)

TeamLiveBadass

  • Playmaker Newbie
  • *
  • Posts: 4
Play animation not playing animation[SOLVED]
« on: December 26, 2015, 01:52:54 AM »
I downloaded a Mixamo character and two animation for it idle and dance. I set up a animation controller with the idle animation and the dance animation.

I set up a cube trigger around the character. I have a state machine to send a Trigger when player enters and then waits for the character to press X then on the next state I added a play animation action but the animation doesn't play. I have the object set to the character and have selected the dance animation. I have the blend set to 0. Also the state machine stops at the animation state I'm guessing because the animation is not playing.

Thanks with any info.
« Last Edit: August 01, 2019, 04:50:44 AM by jeanfabre »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Play animation not playing animation
« Reply #1 on: December 26, 2015, 03:11:59 AM »
You might need to mark the animations as Legacy:
http://docs.unity3d.com/Manual/Animations.html

solzier

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Play animation not playing animation
« Reply #2 on: August 01, 2019, 04:13:30 AM »
July 2019- the fix jean gave still works! I set the animations to legacy by going to animation in proect > upper left hand in the inspector right click > hit DEBUG > then check the box that states Legacy

Thanks Jean!