Open in app
Home
Notifications
Lists
Stories

Write
Deepesh Soni
Deepesh Soni

Home

Dec 23, 2020

Difference between Awake & Start methods Unity

Awake is called only once when script instance is being loaded. So it is called either when an active game object that contains the script is initialized when a scene loads or when an inactive GameObject is set to active. If scene is being loaded multiple times Awake will be…

Start

1 min read


Dec 13, 2020

What is Delta Time?

Delta time is basically a value which is calculated for us by the modern game engines like Unreal and Unity. Delta Time is the amount of time it took for engine to process the previous frame. How Delta Time is Calculated? Delta Time’s calculation is rather simple, Engine uses system’s internal clock to compare the…

2 min read

What is Delta Time?
What is Delta Time?
Deepesh Soni

Deepesh Soni

GamePlay Programmer writing about game development and programming.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable