Search Issue Tracker
Not Reproducible
Votes
9
Found in
5.4.0b13
Issue ID
797004
Regression
Yes
UI prefab of a certain structure don't show its image when instantiated on canvas
How to reproduce:
1. Open the attached project
2. Open Untitled scene
3. Drag "TryIt!" prefab from Assets folder to Canvas in hierarchy several times
4. Sometimes it shows its image, sometimes it does not
Issue occurs when UI prefab has the following structure:
Parent: GameObject with RectTransform
Child: GameObject with RectTransform + Image Component
Not reproducible: 5.3.5p1
Comments (1)
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
- “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
zmValjoha
Sep 07, 2016 11:58
Had the same bug when instantiating ui prefab from script. On device(android, iOS) it reproduces more offen.