Do you know the order of methods called on the beginning of object life-cycle? Start, Awake, OnEnable, which one is first or second?
When you create the first script in Unity, the first method that you will see is Start(), which is actually not the first method called in the script.
Then which one is first?
Continue reading “Understanding Component Initialization in Unity”