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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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?