Programming/Unity (2) 썸네일형 리스트형 [Unity 3D] Execution Order of Event Functions In Unity scripting, there are a number of event functions that get executed in a predetermined order as a script executes. This execution order is described below: Editor Reset: Reset is called to initialize the script’s properties when it is first attached to the object and also when the Reset command is used. First Scene Load These functions get called when a scene starts (once for each object.. [Unity 3D] Unity3D Life Cycle [출처] http://www.richardfine.co.uk/2012/10/unity3d-monobehaviour-lifecycle/ 이전 1 다음