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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
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/