How to make a move or drag a gameobject using onmouse drag function in unity?
build a invisible plane with collsions where you want to move your game object.Than use ScreenPointToRay to get a ray to perform a Raycast with. Than get the point where the Raycast hit and move the gameobject to it.