Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X, 2019.1.X
Votes
1
Found in
2018.3.0f1
Issue ID
1117374
Regression
Yes
"Original Prefab" and "Replace Base" loose information about prefabs that are nested
Scenario1:
1. Add GameObject and child to it
2. Convert child to prefab
3. Convert parent to prefab
4. Drag parent to Project Browser and choose "Original Prefab" from confirmation dialog
==>
Child is not a prefab instance anymore
Scenrio2:
1. Add GameObject and convert it to a prefab
2. Open this prefab and add child
3. Convert child to a prefab too
==> Child is nested prefab now
4. Drag root to Project Browser and choose "Create Base"
5. Drag root one more time and choose "Replace Base"
==>
Child is not a prefab instance anymore
Note: "Insert Base" behaves as expected
Regression somewhere between
Version 2018.3.0b12 (77f6238a7ced) <= not repro
Version 2018.3.0f1 (f023c421e164) <= repro here
Still repro in trunk Version 2019.2.0a2 (e535fdfaaf49)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment