Search Issue Tracker
By Design
Votes
1
Found in
4.6.0b20
Issue ID
639403
Regression
No
EventSystem.current.IsPointerOverGameObject() never returns true on Android
EventSystem.current.IsPointerOverGameObject() can't be used on Android because it always returns false there.
Comments (13)
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
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Krizzen
Jan 04, 2015 11:01
This issue still occurs in 4.6.1f1.
I lost nearly an entire day of development to this issue, and risked a rewrite of my Android input code that worked flawlessly via Android Unity Remote.
MWK888's code (posted in comments here) solved the issue perfectly!
Mykhaylo Hnatyuk
Dec 26, 2014 13:24
it is not resolved!
mwk888
Dec 05, 2014 05:14
I don't think this is resolved -- with 4.6.0f3 I find IsPointerOverGameObject() is always false on Android. Also see my comment on http://forum.unity3d.com/threads/ispointerovereventsystemobject-always-returns-false-on-mobile.265372/