Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2020.2.6f1
2020.3
2021.1.0b8
2021.2.0a5
Issue ID
1318860
Regression
Yes
OnEnable and OnDisable are being called in wrong order
Reproduction steps:
1. Open user attached project
2. Open Assets\Scenes\SampleScene
3. Select Go 1 in the Hierarchy
4. Select Go 2 in the Hierarchy
Expected result: "OnEnable Go 1, OnDisable Go 1, OnEnable Go 2" is logged to the Console
Actual result: "OnEnable Go 1, OnEnable Go 2, OnDisable Go 1" is logged to the Console
Reproducible with: 2020.2.6f1, 2020.3.2f1, 2021.1.0b8, 2021.1.0f1, 2021.2.0a5, 2021.2.0a10
Not reproducible with: 2019.4.23f1, 2020.2.5f1, 2021.1.0b7, 2021.2.0a4
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a10