Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b22
Issue ID
806120
Regression
Yes
[UI] Unable to interact with UI that is at the very bottom of the game view
Simpler repro:
- open GameViewClickEvent.zip
- play the scene
- try to click on the cube or the button - both should log an incrementing number
- double clicking works
- changing the aspect ratio make it work by addind space between the window edge and the game view edge
- clicking on the upper part of objects (further from the bottom edge) works
Steps to reproduce:
1. Open attached project
2. Open and Play 'WheelColliderTest' scene
3. Try to click on the 'Reset Vehicle' button at the bottom right corner (it should re-instantiate the car object)
4. Notice that if you click the bottom part of the button, it does not react to the clicks (see attached gif)
Notes:
The button does change the color to highlighted one when hovering the mouse over it, just doesn't react to clicks properly.
Same with other UI elements (for example, clicking the input field in the bottom left corner won't focus on it as well)
On built player everything works as expected.
Not reproducible with: 5.3.5p4, 5.4.0b17
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment