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
- FocusNextInDirection not focusing when used on multiline TextFields
- Single click calls UI Element renaming with a delay when clicked on the UI Element name
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
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