I'm trying to develop a simple Android game in Unity, with drag and drop objects.
I used the following method to get the object:
public void drag(){
transform.position = Input.mousePosition;
}
Problem: Accepting simultaneous ringtones on the screen and want to accept only one touch at a time
How can I resolve this?