본문 바로가기

Game/Unity

[Unity3D]MonoBehaviour 생명주기


유니티 Monobehaviour 의 생명주기

Reset
Awake
OnEnable
Start
Fixedupdate
yield WaitForFiexedUpdate
Update
yield null and yield WaitForSceonds
LateUpdate
OnWillRenderObject
OnGUI
yield WaitForEndOfFrame
OnDisable
OnDestroy