monobehaviour
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
monobehaviour [2021/12/24 22:38] – OnDisable/OnDestroy order etc. archo | monobehaviour [2022/01/28 17:25] – 73.217.35.3 | ||
---|---|---|---|
Line 15: | Line 15: | ||
* If no FixedUpdate() or Update() events are defined, Start will be run at the end of the frame the object awoke on. | * If no FixedUpdate() or Update() events are defined, Start will be run at the end of the frame the object awoke on. | ||
- | ==== OnDisable/ | + | ==== OnDisable/ |
- | (Tested with 2017.4 and an opened Scene running in play mode in editor by stopping the play mode, may differ for other versions/ | + | |
* Both events are not affected by script execution order. | * Both events are not affected by script execution order. | ||
* Scene is traversed from each root separately in unspecified (non-hierarchy) order, e.g. [root 1 and all its children], [root 2 and all its children]. " | * Scene is traversed from each root separately in unspecified (non-hierarchy) order, e.g. [root 1 and all its children], [root 2 and all its children]. " |
monobehaviour.txt · Last modified: 2025/01/15 04:35 by 127.0.0.1