- Home /
The difference between time and deltatime?
Hey guys, I'm a Unity newbie and has just started using unity :)
and I was wondering, what is the difference between Time.time and Time.deltaTime?
could you also provide me with some examples, possibly?
thanks :)
Answer by KittensNYarn · Mar 07, 2013 at 12:32 AM
As a newbie, you should familiarize yourself with the documentation, which is excellent and contains many examples. For example: http://docs.unity3d.com/Documentation/ScriptReference/Time-deltaTime.html
Thanks! still, I think I just need to try more to feel its difference by skin though :)
Answer by SrNull · Mar 07, 2013 at 12:36 AM
Time.deltaTime is the time in seconds it took unity to proccess last frame Time.time its the time that certain frame has started since the start of the game.
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Delay Player From Using Action Button For A Period Of Time 0 Answers
Time.DeltaTime doesn't seem to be correctly 1 Answer
I want to make my 2D rigidbodies move smoother! 1 Answer
Rotate object based on set time. 2 Answers