Unity
Lifecycle Functions
01-Initialization

event functions or (Messages) callback methods

In Unity, a Message in a MonoBehaviour context refers to a specific method that Unity can call automatically at particular events during a script's lifecycle or in response to certain conditions. These are often referred to as event functions and are predefined by Unity.

Awake()

OnEnable()

Start()