|
I have a question involving the mobile programming, mainly the input for touch. I am in the development/design phase of the mobile game and i wanted to know if for the touch sensor specifically android if there is a function similar to onmousedown where i am touching a button and holding it down and while it is down to instantiate and fire a projectile. thanks in advance for any and all help.
(comments are locked)
|
|
There is a stationary phase with the touch class. http://unity3d.com/support/documentation/ScriptReference/TouchPhase.html So:
(comments are locked)
|
