I am keeping a running total of delta time in order to display a timer on screen however it looks to be too fast (over twice the speed of real time).
I simply have a variable which I increment with the delta time in the OnGui() method
Has anyone any idea why this may be?