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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment