Search Issue Tracker
Fixed
Fixed in 1.19.0
Votes
0
Found in [Package]
1.18.13
Issue ID
ADDR-2097
Regression
No
WaitForCompletion passes Time.deltaTime when ResourceManager.Update expects a parameter by name unscaledDeltaTime
How to reproduce:
1. Create a new project using the default 3D template
2. Import the Addressables package
3. Open the package's "AsyncOperationHandle.cs" script
4. Inspect the "WaitForCompletion" method
5. Check the value passed into ResourceManager.Update
Expected result: The expected parameter and actual passed parameter is the same
Actual result: Time.deltaTime is passed when the expected parameter is Time.unscaledDeltaTime
Reproducible with: 1.18.13 (2019.4.29f1, 2020.3.16f1, 2021.1.17f1, 2021.2.0b5, 2022.1.0a4)
Note:
- It's not limited to WaitForCompletion, other ResourceManager.Update usages show the same Time.deltaTime value passed as well
Comments (1)
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Peter77
Jul 30, 2021 15:30
Related forum post:
https://forum.unity.com/threads/case-1351218-waitforcompletion-calls-resourcemanager-update-time-deltatime.1142491/