Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.4f1
Issue ID
800127
Regression
No
Time.unscaledDeltaTime doesn't update after stepping over few frames since pause
Reproduction steps:
1) Open user's attached project
2) Open "Scene" scene
3) Select "GameObject" and turn off "Autorun" in inspector (Delorean (Script))
4) Enter playmode
5) Turn back on "Autorun" in "GameObject" Inspector
6) Press "Start" GUI button and wait few seconds
7) Click twice (to quickly turn off and back on) on "Pause" button
8) Notice a warning message in Unity console; it tells how long the previous frame took
9) Click few times on "Next frame" and unpause game
Actual result:
While game's paused making few steps doesn't update Time.unscaledDeltaTime and on play it reports time since paused game.
Expected result:
While game's paused making few steps should update Time.unscaledDeltaTime to show time since last active frame.
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
Add comment