Search Unity

Question i imported a generic model with animation that stretch normally on blender but in unity it dosent

Discussion in 'Animation' started by aciraghost, Dec 24, 2022.

  1. aciraghost

    aciraghost

    Joined:
    Jun 19, 2022
    Posts:
    10
    i imported a generic model with animation that stretch normally on blender but in unity it doesn't (the model has a skinned mesh render and is generic) why is this happening?

    the animation in blender


    the animation in unity
     
  2. Yuchen_Chang

    Yuchen_Chang

    Joined:
    Apr 24, 2020
    Posts:
    127
    Are you playing your animation on Unity? (meaning, add an Animator component to the Gameobject of your model, Create an AnimationController, put your animation into the animationController and assign the controller to the Animator)
    Also posting a same question twice is not a good choice.