Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


runtimeinitializeonload

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
runtimeinitializeonload [2021/08/31 14:55]
73.95.178.156
runtimeinitializeonload [2021/08/31 14:56]
73.95.178.156
Line 21: Line 21:
 ===== Other Nuanced Info ===== ===== Other Nuanced Info =====
  
-If you create a GameObject and attach a MonoBehaviour to it in "BeforeSceneLoad", or another early LoadType, the Awake function of that MonoBehavior WILL be called at the point of creating the GameObject. In other words, the Awake will be called earlier than the Awakes of GameObjects in Loaded((tested in 2021.1.15f1).+If you create a GameObject and attach a MonoBehaviour to it in "BeforeSceneLoad", or another early LoadType, the Awake function of that MonoBehavior WILL be called at the point of creating the GameObject. In other words, the Awake will be called earlier than the Awakes of GameObjects in Loaded((tested in 2021.1.15f1)).
  
 Example: Example:
runtimeinitializeonload.txt ยท Last modified: 2022/01/26 04:23 by 187.190.156.255