How can i push to an object to a wall or a surface in front of me while holding. Like gravity gun using mouse wheel to change its distance ?

Ok, the physics is messy, but

heldobject

Basically, it’s exactly what the video says, with a slight tweak.

You pickup in the same way, but you also position the handle on tick, and ignore the actor you’re moving

( so it’s one trace like the vid to pickup, and a separate constant trace on tick for positioning ).

It’s better actually, with the object slot at the actor locaiton

heldobject2

1 Like