유니티(unity)에서 이벤트 함수의 실행 순서

유니티(unity)에서 이벤트 함수의 실행 순서

(Order of execution for event functions)

유니티에서 스크립트를 실행하면 이벤트 함수가 호출되는 정해진 순서가있습니다. 아래 유니티 웹사이트에서 이벤트 함수의 종류와 실행 순서를 확인할수있습니다.
https://docs.unity3d.com/Manual/ExecutionOrder.html

 

Unity - Manual: Order of execution for event functions

Instantiating Prefabs at run time Order of execution for event functions Running a Unity script executes a number of event functions in a predetermined order. This page describes those event functions and explains how they fit into the execution sequence.

docs.unity3d.com


스크립트 라이프사이클 플로우차트(Script lifecycle flowchart)

댓글

Designed by JB FACTORY