Android UI push Multiple buttons Help
I'm making a drum pad with multiple buttons. Each UI Button plays it's own sound but I can't push multiple buttons at once, I can only play one button individually.
I'm using the (Input.GetMouseButtonDown(0)) for the buttons
Any Help would be great, thanks.
Comment