Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
Issue ID
1309425
Regression
No
TimelineClip Curve is not displayed properly after resetting TimelineClip
Reproduction steps:
1. Open the user's attached project and Scenes/SampleScene scene
2. Open Timeline window by selecting Window/Sequencing/Timeline
3. In the Hierarchy window, select Director GameObject
4. In the Timeline window, make sure that curves view is enabled and add a new key to the curve
5. Select the Timeline clip
6. In the Inspector window, select Reset. ContentsAddedOrRemoved
7. Observe the curve
Expected result: Curve is reset to a previous state
Actual result: Curve does not change
Reproducible with: 1.4.5 - 1.6.0-pre.1 (2019.4.19f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3)
Not reproducible with: 1.2.18 - 1.4.4 (2019.4.19f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3)
Could not test with: 2018.4.31f1 (Could not downgrade)
Note: Curve is updated and properly displayed after reopening the Timeline window
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note:
SetCurve doesn't offer editor signaling mechanisms and is meant to be used either at runtime or when you don't want the Editor to refresh. Please use AnimationUtility.SetEditorCurve to update your curves, and the UI will update correctly.
This has changed because we did some optimizations to improve performance, and are now only refreshing curves when we need to.