Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Binding warning Humanoid / Generic

Discussion in 'Animation' started by OfficialHermie, Aug 15, 2015.

Thread Status:
Not open for further replies.
  1. OfficialHermie

    OfficialHermie

    Joined:
    Oct 12, 2012
    Posts:
    585
    Hello!

    I am getting the following warning:



    I am still really new to animations in Unity.
    Can anybody explain what is happening here?
    Thank you very much!
     
    MDL4848 likes this.
  2. OfficialHermie

    OfficialHermie

    Joined:
    Oct 12, 2012
    Posts:
    585
  3. Mecanim-Dev

    Mecanim-Dev

    Joined:
    Nov 26, 2012
    Posts:
    1,675
    You get this warning when Unity detect that you have two different clip in your controller that are setup as Humanoid and Generic clip and the generic clip try to animate a Human transform.

    When you have a Humanoid rig, all the humanoid animation have a higher priority than the generic animation, so any generic animation on a human transform in this case are simply ignored.

    From the warning you can see which clip is triggering this issue, but in your case it look like you did keep the default naming 'Take 001' so will have to find which clip is setup as a generic clip.
     
    JimmyJames1 likes this.
  4. ryandanielbarton

    ryandanielbarton

    Joined:
    Dec 31, 2015
    Posts:
    53
    thanks for this!
     
    DerDomme likes this.
  5. Omega_V

    Omega_V

    Joined:
    Mar 24, 2018
    Posts:
    2
    do you know how set these clips as humanoid?
     
    ZorgyBaby and tayub121 like this.
  6. VResearch

    VResearch

    Joined:
    Jan 6, 2021
    Posts:
    21
    In the editor, select the 3d file. In the inspector view go to "Rig" tab and set to "humanoid".
     
    lokkyaff and Boden_McHale like this.
  7. OverGast

    OverGast

    Joined:
    Aug 8, 2015
    Posts:
    30
    My problem persist in the fact that all clips are marked as Humanoid, still getting this issue
     
  8. KalOBrien

    KalOBrien

    Administrator

    Joined:
    Apr 20, 2021
    Posts:
    89
    Locking this thread as its from 2015 originally. Please make a new thread outlining your issues with full context and we can better help with a problem facing.
     
Thread Status:
Not open for further replies.