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.

Question How to make Animater linearly interpolate keyframes?

Discussion in 'Animation' started by ClosingTime, Dec 31, 2022.

  1. ClosingTime

    ClosingTime

    Joined:
    Nov 23, 2016
    Posts:
    197
    I bought an asset from Unity.
    It has skinned character with animators.
    The issue is that the key frames in the animation are at a lower FPS than my monitor. Or even lower than 60 FPS.
    How do I tell Unity to linearily interpolate between the keys, because it is obvious there is no interpolation between the animation keys.
     
  2. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    9,943
    Assuming the problem is that keyframes are set to constant, you need to set all the keyframes to clamped auto or something like that in the animation window.
     
  3. ClosingTime

    ClosingTime

    Joined:
    Nov 23, 2016
    Posts:
    197
    Ok, the issue was "solved".
    It was just running at poor FPS, and the Quest 2 could complete rotation frames on the device even when the link app is FPS is slow.