If I Drag a object with the standard DragRigidbody.js I want to move it to left, right, forward and backwards.
Its simple if I just Do it with a Vector3.forward left right or whatever, but its always in the same direction then, doesnt matter where my character is looking at.
So I want to do a “forward” in the direction where the player is looking. How do I do that?