Search Issue Tracker
Fixed
Fixed in 2022.3.62f1, 6000.0.48f1, 6000.1.0b15, 6000.2.0a9
Votes
0
Found in
2022.3.57f1
6000.0.37f1
6000.1.0b5
6000.2.0a2
Issue ID
UUM-96465
Regression
No
Time.realtimeSinceStartupAsDouble is paused when the system is put to sleep
Reproduction steps:
1. Open the attached “UnityWebGL-LoadingTest-master” project
2. In the Build settings, make sure that WebGL platform is selected
3. Build And Run the project
4. In the WebGL player, press the white circle in the top right corner to open the console
5. In the console, type “runUnityCommand("LogInitializationTime");” command
6. Observe the time deviation between “UTC time since initialization” and “Unity Time since initialization”, from the resulting message
7. Put the computer to sleep for around 1 minute
8. Repeat steps 5 and 6
Expected result: The time deviation in step 6 and 8 should be 0
Actual result: The time deviation in step 8 is not 0
Reproducible with: 2022.3.57f1, 6000.0.37f1, 6000.1.0b5, 6000.2.0a2
Reproducible on: macOS Sequoia 15.3 (M1 Max)
Not reproducible on: Windows 11, Ubuntu 24.04
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering Layer Mask is not highlighted when the property is overriden
- The tag popup window is deformed and stretched out when creating a tag with the same name as an already existing tag
- FlexShrink fails when the first of two Label elements is set to FlexGrow="0" and the second is set to FlexGrow="1"
- Freeze when entering Play Mode with a certain Tilemap enabled
- Input System's mouse controls are disabled when using "Cursor.lockState = CursorLockMode.Locked" to lock OS mouse
Add comment