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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment