I have a 3D box which can be spawned by the player and when I have 2 boxes and spawn them right after another or near each other they spawn inside each other. How can I make it push it out a bit so they aren't colliding??
I also want to be able to pick things up with the mouse. How can I do this. I have a system that sets the force towards the mouse when clicked and over the object. This however is buggy, since if I move fast it drops.
Thanks in advance.