Search Issue Tracker
Fixed in 2019.1.X
Duplicate in 2018.3.X
Votes
0
Found in
2018.3.0b7
2018.3.0b9
Issue ID
1097030
Regression
Yes
[Improved Prefab] Duplicate nested prefabs are created when adding any component to CBA nested prefab
Duplicate nested prefabs are created when adding any component to CBA nested prefab.
Steps to repro:
1. Create new project.
2. Create CBA nested prefab like
'A' instance has 'B' child and 'B' has 'C' child
'B' instance has 'C' child
'C' instance stays without children.
3. Open 'C' asset.
4. Add component -> Video player" Component (or any component)
5. Back to main scene.
Actual Result:
In the hierarchy, 2 instances of B and C is created.
Expected Result:
The hierarchy should not have 2 instances of B and C.
Reproducible in:
2019.1.0a7, 2018.3.0b9, 2018.3.0b7
Working Fine in:
2018.3.0b6
Environment:
Windows and Mac.
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