Fundamentals Program/Unity API/MonoBehaviour Awake Topic 8 of 12 in Unity API The Awake method is a Unity lifecycle method that is called when the script instance is being loaded. It's the first method called in the MonoBehaviour lifecycle and is ideal for initialization that doesn't depend on other objects. More in Unity APIComponentsGetComponent<>()Serialized FieldInspectorDebuggingdebug.logMonoBehaviourAwakeStartUpdateOnEnableFixedUpdate PreviousMonoBehaviour NextStart All 48 topics in the Fundamentals Program