Version: 2022.3
言語: 日本語

説明

Callback invoked when the first scene's objects are loaded into memory and after Awake has been called.

At this point active objects can be found with UnityEngine.Object.FindObjectsByType. Before this point the first Scene's objects are considered inactive regardless of their serialized active state.

For more info on ordering see RuntimeInitializeOnLoadMethodAttribute.