Dragging objects with mouse down.

I am starting work on a small project and I kind of wanted to make a project where you could use the ‘Force’ you know like in Star Wars. I have come up with other ideas for different types of forces but I have absolutely no clue on how to Mouse Drag objects through the air.

If anyone could provide a script or some info that would be very helpful.
Thanks Chub :smile:

Heya, I am no expert in Unity but what I used was the drag and drop script that comes with unity. In your project there is a scripts folder and there is one that says drag and drop something or other. Ironically drag and drop that onto the thing that you want to have that functionality. Hope that helps.

Thanks Kessler that has sorted all my problems out as before I was using some weird script which was absolutely useless but this works a treat so thanks again.

No problem chub, happy scripting!