Help!! Check Input on guiTexture with Touhes For Android. Hittest or Raycast??

Hello People,

i am making a platform running game for android and you can move the character with guiTexture buttons on the screen BUT i have some problems with it. Normaly it works good but somtimes when i press the button it wont respond… then i have to tap 2 or 3 times to make it respond and if you have to jump very quick i realy want that it react perfectly.

I now use guiTexture.hittest to check the input but is raycast a better option??

please help me with this

greethings,

Vince :smile:

Posting your code would help more. Hittest is fine for input on GUI Textures though.

guiTexture.HitTest is the better option.