I have a bit of a problem with reading touch input on a GUITexture on an android device.
I’m a bit confused by the Unity documentation:
The manual states, under Getting started with android > Mobile Input: “On top of native touch support Unity iOS/Android provides a mouse simulation. You can use mouse functionality from the standard Input class.”
Also in the manual in features not supported by Unity Android is states: “OnMouseEnter, OnMouseOver, OnMouseExit, OnMouseDown, OnMouseUp, and OnMouseDrag events are not supported on Android.” How do you handle touch input on GUITextures that are intended to be used as buttons (like in a menu)?
I have tried to implement the answer which is shown here, but it didn’t work.
What is the best way to implement this if making touchable GuiTexture objects for Android.
Thank you.
I'd like to know the answer to this question too. With GUIText and GUItexture.
– DFiable