Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
5.1.0f3
Issue ID
704570
Regression
Yes
UI elements not shown if position on Z axis is more than 1000
Repro steps:
1) Open a new project and create a canvas
2) Create a child UI object, like a button, and set it's z position to 1001+
3) Notice the object disappears from the Game View
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
- Different build sizes between Editor build and command-line build when "Static Batching" is enabled
- Particle System "Start Rotation" property affects a different axis when upgrading to newer Editor versions
- "Light" Component's "Culling Mask" setting is hidden but still has an effect when using HDRP
- Selecting the Web platform can be done when using the HDRP project
- Textures swap when SpriteRenderers with shared materials and animators are toggled on and off
RudyTheDev
Jul 05, 2015 22:18
Same is true for <-1000. It seems like a numerical limit. Out of curiosity, considering z doesn't affect the UI sorting (in overlay), what scenario do you have where you need to change z and it matters?