【Unity】イベント関数の実行順序


BeforeSceneLoad → Awake → OnEnable → OnLoad
→ Start → FixedUpdate → Update → LateUpdate

OnApplicationQuit → OnDisable → OnDestroy



StartUp.csUnity記事: 目次

ExecutionOrderTest.cs