runtimeinitializeonload
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| runtimeinitializeonload [2021/06/22 18:16] – uninomiconadmin | runtimeinitializeonload [2025/01/15 04:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| Methods with RuntimeInitializeLoadType.AfterSceneLoad, | Methods with RuntimeInitializeLoadType.AfterSceneLoad, | ||
| + | |||
| + | Another important thing is that the method should be static! | ||
| + | ---- | ||
| + | |||
| + | ===== Other Nuanced Info ===== | ||
| + | |||
| + | If you create a GameObject and attach a MonoBehaviour to it in " | ||
| + | |||
| + | Example: | ||
| + | <code cs> | ||
| + | [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] | ||
| + | static void AutoRun() { | ||
| + | GameObject obj = new GameObject(" | ||
| + | } | ||
| + | </ | ||
| + | ---- | ||
| + | |||
| + | [[https:// | ||
runtimeinitializeonload.1624385771.txt.gz · Last modified: 2025/01/15 04:35 (external edit)