Search Issue Tracker
Fixed in 2018.3.X
Votes
24
Found in
2017.2.0b5
Issue ID
939548
Regression
No
[Timeline] Clip Root Motion Offsets setting is ignored in the Play mode (inconsistent result between the preview and play mode)
How to reproduce:
1. Open QA-supplied project
2. Load "SCENE" scene
2. Select "Main Camera" in Hierarchy window
3. Hit Play button in the Timeline window to preview and observe the Scene/Game view
4. Now enter Play mode and compare the result with the previous one
Expected result: Timeline animation stays the same both in preview and in play mode.
Actual result: When in play mode, "Clip Root Motion Offsets" setting is ignored producing inconsistent results.
Reproducible with: 2017.3.0a3, 2017.2.0b6, 2017.1.0p3, 2017.1.0f3, 2017.1.0b4
Note: Couldn't test with 2017.1.0b3, 2017.1.0b2, 2017.1.0b1, because "Clip Root Motion Offsets" setting wasn't working at all. (setting wasn't exposed to the inspector?)
Comments (25)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The burger button icon is jittering left and right when resizing docked Animation window
- Property button overlaps with the Property name in the Animation window when the Animation window is docked and resized horizontally
- Animation window does not update when the GameObject with the Animation is deleted until the mouse cursor enters the Animation window
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Triangle icon in Animation window’s Property button is barely visible in dark theme
Whatever560
Jul 02, 2024 15:10
This is reproductible with 2021.3.34 and Timeline 1.8.7
marcumharrison1
Jul 16, 2021 03:45
https://issuetracker.unity3d.com/issues/timeline-clip-root-motion-offsets-setting-is-ignored-in-the-play-mode-inconsistent-result-between-the-preview-and-play-mode
Alyssacarve
Sep 10, 2020 13:28
Note: we are not accepting comments with external links that have not been verified. Click here for a list of validated links.
feds
Jul 08, 2019 14:57
I had the error on 2018.2.15 (and it was fixed only on 2018.3) but we manage to find a work around once we weren't able to update the Unity version at this moment, so I really suggest to update to 2018.3 but if you can't here how we managed to solve: The object we are animating need to be disabled and only after everything is loaded (it means after all Awake() called) then we enable the animated object by scrip (use the Start() for example), once the timeline director is loaded and the animated object is disabled, it handles correctly the offsets and the error do not occurs. Tricky but works.
Cloud-Ninja
Sep 17, 2018 22:46
Did anyone test this with the 2018.3.0b1 Beta? I have and it doesn't seem to be fixed. I hope I'm wrong.....
GonzoGan
Apr 16, 2018 22:28
Same issue here, will you fix before final release?
WITHIN_Nima
Apr 06, 2018 01:48
Our team is having the same issue in Unity 2017.3.0f3
caosdoar
Feb 22, 2018 22:18
Having this problem in 2018.1b8 in my case seems to only apply translations on the Y axis in play mode while ignoring X and Z values. Something else is rewritting those values? The Animator itself maybe?
mgeorgedeveloper
Dec 06, 2017 17:59
In my case, the root motion offsets are applied clip to clip, but the first clip's root motion offset is completely ignored when in Play mode.