Want to recreate Teardowns drag feature with items in the game.

In Teardown when you right click on a object that isn’t too heavy for the player, you can drag it around and move it wherever you want it to be. I’m having a little trouble figuring out the codes and method for this. For instance watch this video at 2:45;

. I am trying to remake that feature in the game.

google for: unity drag rigidbody
there’s lots of example using joints/springs.

this one was probably the best of those at least last time,

1 Like