Reality


Prepare for an Unity 3D (Game Developer / AR, VR Developer) Interview 2

Unity Engine Specific Question Q1. Difference between Start and Awake Unity Events Awake as “initialize me” and Start as “initialize my connections to others.” You can’t rely on the state of other objects during Awake, since they may not have Awoken themselves yet, so it’s […]