- Home /
Some animation clips do not show Clip Transform Offsets
https://docs.unity3d.com/Packages/com.unity.timeline@1.4/manual/insp_clp_anim_plyb.html
unity doc say that AnimationClips have Animation Playable Asset and Clip Transform Offsets.
Here is what i expect.
But...
Some animations do not show Clip Transform Offsets or Offsets Match Fields , Remove Start Offset.
I want to tweak these values.
What is the difference ? How to fix this?
Unity2019.4.3f1 timeline 1.4.1
Answer by seant_unity · Jul 22, 2020 at 12:40 PM
The AnimationPlayableAsset does not show the offsets if the AnimationClip does not write to the root transform (either directly or with RootMotionCurves).
That's why! I set Root node in rig tab in fbx import settings, solved!!! Thanks!!!
What does that mean? How can I get the offset options if the clip is not showing them?
Your answer
Follow this Question
Related Questions
Stop/start Animation Timeline on click? 0 Answers
TIMELINE: How to set a character’s initial position, without overriding the animation transforms? 2 Answers
Customize Timeline Clip background 0 Answers
Timeline reverse all clips in 0 Answers
How can I slow down to stop(HumanoidIdle) character when getting close to a object using timeline ? 0 Answers