Search Issue Tracker
Fixed
Fixed in 2022.2.2f1, 2023.1.0a23
Votes
0
Found in
2022.2.0b16
2023.1.0a20
Issue ID
UUM-20181
Regression
No
Reconnect to Prefab for root in Prefab Mode will break overrides and references
In 2022.2/2023.1:
1) Create a simple Prefab called "BaseMe"
2) Create a Prefab A with a instance in the Scene
4) Enter Prefab Mode for Prefab A
5) Right click root in Prefab Mode and select: "Prefab -> Reconnect" / or "Replace"
6) Select "BaseMe" Prefab AssetÂ
7) Go back to the scene and notice every time the Prefab A Asset position is change in Prefab Mode the scene updates (it doesn't have default overrides)
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
- XR Ray Interactor Cone Cast doesn't match Gizmo in Scene View when Cone Cast Angle is higher than 10 degrees
- [XR] LODs switch between high and low poly when Objects are near the center of the screen and switch when near the periphery vision
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
Resolution Note (fix version 2023.1.0a23):
Converting the root in a Prefab Asset to a Prefab instance to create a variant is now disallowed, similarly as Replace Prefab instance. This guard is added to prevent loosing default overrides and references for all existing instances of the Prefab.
Resolution Note (fix version 2022.2.2f1):
Converting the root in a Prefab Asset to a Prefab instance to create a variant is now disallowed, similarly as Replace Prefab instance. This guard is added to prevent loosing default overrides and references for all instances of the Prefab.