Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2018.3.13f1
Issue ID
1149063
Regression
No
Timeline animation asset won't update
When using a version control system (Git, Collab, etc.) to edit the same project, all edits to an animation track/clip are updated properly when pushing/pulling changes, EXCEPT for keys within a clip or infinite track. The modified keys are not updated as expected.
This is not OS related, can reproduce this issue on Mac->Mac, Windows->Windows and Mac->Windows.
User reported this using Git. I reproduced the same issue using Collab.
Re-importing the Timeline asset, re-loading the scene or project does not fix the issue. Re-loading the project actually discards the update/changes completely.
repro:
(Unity instance A)
- create a new project
- create a Cube
- create a Timeline
- create an animation for the cube
- save project
- upload the project to a version control system (ex: Collab)
(Unity instance B)
- open saved project using versin control system in a seperate instance of Unity
note: animation is the same in both instances of the project
(Unity instance A)
- edit/modify key(s) within the existing animation clip
- push edits to version control system
(Unity instance B)
- pull edits from version control system
bug: file is updated, but animation keys have not been updated/modified.
expected: animation keys get updated/modified in Timeline.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Progress indicator in Meta Quest Build Profile configuration is barely visible
- Slightly transparent objects disappear completely in Web Player when using RenderGraph
- Visual Scripting Components are hidden behind a throbber when Multiplayer Play Mode is running with at least one local instance
- Video Player does not throw an error when playing a video with unsupported encoding settings
- Errors indicating that TMP Extras were not Imported logged when opening the Render Pipeline Converter Window while in Play Mode
Add comment