Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Discussion How to Smooth animation more natural?

Discussion in 'Animation' started by unity_408540137, Jan 23, 2023.

  1. unity_408540137

    unity_408540137

    Joined:
    Oct 23, 2022
    Posts:
    35
    As a newcomer of learning Unity, I have learned some animation projects from youtube tutorials.
    When I finished projects, my animations look unnaturally compared with the tutorials (for examples, a 3D character moves, attacks, or jump)

    And I try to find some ways to learn to make animation more natural.
    The following are my reflections:
    1. Getting start from scripts: I have found out that some tutorials will use State-Machine to make scripts
    2. Getting start from adjusting parameters on animation, but I don't know which parts should be adjusted first.

    I am not sure which part plays an important role in creating animations.
     
  2. DatCong

    DatCong

    Joined:
    Nov 5, 2020
    Posts:
    62
    u mean smooth transistion or animation clip ?
     
  3. unity_408540137

    unity_408540137

    Joined:
    Oct 23, 2022
    Posts:
    35
    yes, something like that