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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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?