프로그래밍/Unity
Scripts LifeCycle(스크립트 내 함수 호출순서)
redjam0123
2017. 4. 9. 09:33
Reset → Awake - OnEnable - Start → FixedUpdate - OnTriggerXXX - OnCollisionXXX
→ Update - LateUpdate → OnDisable → OnDestroy - OnApplicationQuit
2016.07.18. 17:11