Zen technologies interview question

Questions on unity game engine, C# and C++.Difference between update and fixed update

Interview Answer

Anonymous

24 Jul 2022

update runs every frame , Fixed update runs in a fixed time step. the time for fixed update can be adjusted in the project settings in unity