↧
Answer by tanoshimi
You need to examine the touchPhase of each touch on the screen: http://docs.unity3d.com/ScriptReference/TouchPhase.html In the frame in which the touch is first registered, this will be "Began". In...
View ArticleAnswer by DedValve
I tried that but I can't wrap my head around how I'm suppose to put it in this code. This isn't code I wrote btw, I'm trying to build on top of it and make mobile touch controls. This is what I have in...
View Article