playMaker

Author Topic: Play Animation : PlayAnimation : Missing animation:  (Read 732 times)

MakeANiceGame

  • Playmaker Newbie
  • *
  • Posts: 4
Play Animation : PlayAnimation : Missing animation:
« on: May 11, 2021, 01:29:36 PM »
when l run PlayAnimation action it's always be like that, everything component l did get enough, animator everything.... can somebody help me :(((

wetcircuit

  • Full Member
  • ***
  • Posts: 158
    • wetcircuit.com
Re: Play Animation : PlayAnimation : Missing animation:
« Reply #1 on: May 11, 2021, 04:34:09 PM »
In Unity AnimatION and AnimatOR are 2 different systems.

Animation runs on legacy figures that have their animations built-in to their fbx file (usually). Check for the animations in the import inspector. This is the simpler older system. Anim files will only work on the figures they were designed for.

Animator is the Mecanim system for playing generic animations on any figure that is set up for 'Humanoid' in the rig import settings.

You haven't given us much info, so I'm starting with basics.

MakeANiceGame

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Play Animation : PlayAnimation : Missing animation:
« Reply #2 on: May 12, 2021, 12:39:01 AM »
hi friend, l already turn animation clip into legacy type in debug mode but there nothing different, so strange... if l what to do with Mecanim animation system what actions l need to choice my friend ?

wetcircuit

  • Full Member
  • ***
  • Posts: 158
    • wetcircuit.com
Re: Play Animation : PlayAnimation : Missing animation:
« Reply #3 on: May 12, 2021, 02:51:22 PM »
Look for actions that specify Animator, these are the ones that work with Mecanim.