Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X, 2021.1.X
Votes
0
Found in
2018.4
2019.4.4f1
2020.2
Issue ID
1269686
Regression
No
Duplicating a Prefab instance in the Scene will cause instances of the same Prefab to be disabled and re-enabled
How to reproduce:
1. Open the user's attached "copy.zip" project
2. Open the "SampleScene" Scene
3. Expand all the GameObjects in the Hierarchy window
4. Right-click on the "Cube(7)" GameObject
5. Press on the "Duplicate" menu item
6. Observe the Console log
Expected result: OnEnable function is called only for the newly created instance
Actual result: OnDisable and OnEnable functions are called for all GameObjects (including prefab instances) in the same transform hierarchy as the duplicated instance.
Reproducible with: 2018.4.26f1, 2019.4.8f1, 2020.1.2f1, 2020.2.0a20
Note:
- The issue is also reproducible if copy and paste shortcuts are pressed on the keyboard while the Prefab instance is still selected in the Hierarchy window, but doesn't reproduce if after copying the instance, it is unselected and then pasted
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
- 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
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (fix version 2021.2):
Fixed in: 2021.2.0a13
Resolution Note (fix version 2021.1):
Fixed in: 2021.1.6f1
Resolution Note (fix version 2020.3):
Fixed in: 2020.3.8f1
Resolution Note (fix version 2019.4):
Fixed in: 2019.4.27f1