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
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
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?