Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.0f3
Issue ID
907717
Regression
No
Time.unscaledDeltaTime returns value larger than Maximum Allowed Timestep in a second FixedUpdate call
How to reproduce:
1. Open the attached "FixedUpdate" project and "test" scene
2. Enter playmode and quickly pause it
3. Observe the second Time.unscaledDeltaTime value
Expected result: Value is smaller than Maximum Allowed Timestep (0.3333333)
Actual result: Value is larger (~1) than Maximum Allowed Timestep (0.3333333)
Reproducible with - 2017.1.0b5, 5.6.1f1
Note: In 5.5 and earlier major versions Time.unscaledDeltaTime returns a large value that is bigger than Maximum Allowed Timestep in the FIRST frame instead of the SECOND frame
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment