Unity Touch Input Tutorials

Hi all, I’ve been making Unity Touch Tutorials for a little while now and wanted to share them with you all. I’ve made tutorials on Touch Buttons, Creating your own Touch Functions like OnTouchBegan(), 2 Finger Pinch Zoom, Swipe Camera Rotation, and Joystick Controls for a FPS camera. Embedded below is only my first tutorial on making GUI Texture buttons recognize touches, if you want to see more check out my Youtube channel or follow me on your social network of choice (links below the video) Also, I always put the finished code up on my website, http://www.devination.com/, so you can double check your work or just copy&paste :smile:

Thanks for watching, if anyone has any questions, comments, or suggestions I’d be happy to hear them.

Youtube: http://www.youtube.com/user/curryboy001
Website: http://www.devination.com/
Google+ Community: Google Workspace Updates: New community features for Google Chat and an update on Currents
Twitter: x.com
Facebook: Redirecting...

Hi Devin!

I’ve found your tutorials to be fantastic, although I sometimes have a hard time keeping up :smile:

EDIT: I had a few problems but I came back today after a good nights sleep and have resolved most of them.

Anyway, thanks again, these are the simplest and best explained mobile navigation scripts I’ve seen.

How can I shoot my gun with a touch button (i use this now :Input.Getkey(KeyCode.F))

Do you know now how to shoot using button in mobile? I have a same problem :3