So, before you ask, I know to do
Input.getTouch(0)
and
Input.getTouch(1)
but I don’t know HOW exactly. All I want to do is take something like this on a GUI Texture:
OnMouseDown(){
//DoSomething
}
And have more than one of those identical scripts on different GUI textures, and support multiple touches… I know OnMouseDown doesn’t do this, but how would I do it?