System.Environment.TickCount seems to be inaccurate on iOS.
Using: Unity 5.4.3f1, iOS 8.2, iPad Mini
Logging System.Environment.TickCount on launch gives the following values (samples are in chronological order):
TickCount Delta from previous
-940502954
-940503130 -176
-940502835 295
-940503575 -740
-940503154 421
-940503113 41
As can be seen above, some of the delta values are...
System.Environment.TickCount inaccuracies on iOS
Using: Unity 5.4.3f1, iOS 8.2, iPad Mini
Logging System.Environment.TickCount on launch gives the following values (samples are in chronological order):
TickCount Delta from previous
-940502954
-940503130 -176
-940502835 295
-940503575 -740
-940503154 421
-940503113 41
As can be seen above, some of the delta values are...
System.Environment.TickCount inaccuracies on iOS