Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a2
Issue ID
1051736
Regression
No
UI Objects are not added correctly as children of UI Object Prefabs
If you are editing a UI Object in Prefab Mode and attempt to add another UI Object as a child of the prefab, it will get added to the scene but will not be added to the Hierarchy of the prefab Object. You cannot select it and it will be discarded even if you save changes to the Prefab.
1. Install Unity
2. Open the attached project
3. Find the "UIImage" prefab in Assets and open it in Prefab Mode
4. Attempt to add a UI Image or any other UI object to the Prefab
Result:
Object appears in the Prefab Mode scene but cannot be selected and is not added to the Prefab Hierarchy.
Expected Result:
Object is added as child of the Prefab.
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