Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a2
Issue ID
1052046
Regression
No
[Improved Prefabs] Inconsistent handling of missing references to nested prefabs between Base and Variant Prefabs
Steps to reproduce:
1. Open the attached project
2. Open "Block" prefab in Prefab Mode
3. Delete "Cube" prefab in Project Window
-notice that nested Cube prefab GameObjects now appear red in Hierarchy due to missing reference
4. Open "Block Variant" prefab in Prefab Mode
-notice that cubes are still there for the "Block Variant" prefab and do not appear red in Hierarchy
5. Open "Block" prefab in Prefab Mode again
-notice that Cubes are now gone and replaced with "Missing Prefab"
6. Open "Block Variant" prefab in Prefab Mode again
-Cubes are still there, Base Prefab and Variant Prefab are no longer in sync and the Prefab Variant has no overrides
Expected result:
Base and Nested Prefabs remain in sync
Actual result:
Cubes are still present in the Prefab Variant but not in Base Prefab
Reproduced with: Version 2018.3.0a2 (e9113db2e9bf)
Thu, 14 Jun 2018 21:56:37 GMT
Branch: prefabs/improved
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (2018.3.X):
The variant does not know its base is missing a nested prefab all the variant sees is what is in the base prefab.