Question by
Pejovski · Nov 19, 2015 at 10:35 PM ·
scripting problemjumpmultitouchcrouch
Multi-touch buttons
I have 2 buttons Crouch and Jump
1st button: (pointer click) is for my jump function from Jump.script
2nd button:
on Pointer Down > Crouch() (function)
on Pointer Up > Stand() (function)
theese 2 functions are from my crouch.script
So how can i make them to be multi-touch?? i can only do 1 function at a time help plz
Comment
Your answer
Follow this Question
Related Questions
Crouch + Jump Problem 0 Answers
My 2D character cant jump (UNITY 2020.3) 0 Answers
Ground check doesnt work 0 Answers
Why isn't my jumping script working? 1 Answer