Posts by giowde • 1 point
2 posts
-
-1
votes1
answer15
viewsA: I’m having problems with Unity touch, does not recognize all ringtones and pressing the player is stopped
I’ve managed to fix it, if anyone needs any day, ta aq: if (Input.touchCount > 0) { Touch touch = Input.GetTouch(0); if(touch.phase == TouchPhase.Began) { eixo *= -1; } else { eixo = eixo; } }…
-
-3
votes1
answer15
viewsQ: I’m having problems with Unity touch, does not recognize all ringtones and pressing the player is stopped
need help, qro click on the screen and every touch change gravity my Cod: (ta no update) if (Input.touchCount > 0) { eixo *= -1; } but it seems that he doesn’t recognize all the touches and if…