Search Issue Tracker
Won't Fix
Won't Fix in 2017.1.X
Votes
2
Found in
5.5.3p1
Issue ID
914305
Regression
No
[Mac] [iOS] Environment.TickCount changes if machine timer is changed
Reproduction steps:
1. Create new project
2. Create script with: void Update () { Debug.Log(System.Environment.TickCount); }
3. Run on mac editor
4. Look at console
5. Change machine time
6. Notice that tick changes together with time
7. Try again with Windows machine
8. Notice that tick doesn't change when time is changed
Expected behaviour: When device/machine/software/os time is changed - tickcount should not change.
Actual result: On iOS devices or Mac machines tickcount changes when time is changed.
Reproduced on versions: Unity 5.3.7f1, 5.3.8f2, 5.4.5p2, 5.5.3p4, 5.6.1p1, 2017.1.0b7, 2017.2.0a1
Reproduced on iMac and iPad Mini 2 iOS 10.3.1
Did not reproduce on Windows machine
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