Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1188067
Regression
Yes
Game Object Doesn't Animate properly in Timeline when animation Key is applied
After adding an extra animation track to override a character's placement in Timeline, the timeline no longer scrubs correctly.
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
By Design/Or won't fix.
The problem is there are two independent animation tracks be applied. Having them in different timeline means their order is undefined. The preferred way of doing this is added an override track to the timeline that is presently animating the dog.
This is a valid workflow, but difficult to support without adding a priority feature to the animation tracks.