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
- Sprite artefacts appear when Sprite Packer is enabled
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
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?