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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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