I have gameobject in the screen and i want to move the gameobject with finger. I tried to apply Mesh Collider but it’s not working,
GameObject modalClone = Instantiate( modal ) as GameObject; //clone the model
modalClone.transform.localScale += new Vector3(250,250,250);
modalClone.transform.localPosition = new Vector3(0,0,0);