Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1157223
Regression
No
Animated objects reset to their first animation frame when pausing Timeline in Play mode
How to reproduce:
1. Open the attached project ('1157223repro.zip')
2. Open 'SampleScene' and select 'Story' object in the Hierarchy
3. Make sure that the Timeline window is opened
4. Enter play mode and pause the Timeline
Expected result: Animated objects are paused, retaining their current position
Actual result: Animated objects reset to their first animation frame
Reproducible in: 2017.4.27f1, 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Note: Pressing 'Go to the next frame' or dragging the Timeline playhead around (while in paused Play mode) also returns questionable results.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
The issue is Director.Pause() stops updating the timeline each frame, and for the 'Car' object in question, it means the attached controller is run and is setting its default position. This is working as expected.