Hello my name is Chang from Thailand and and I’m new for Unity…
I have a problem .
I want to pickup object (name “redBin”) by press and hold button “B” .Then I can move when I hold object
But when I release the button, my object is dropped at new position of character.
How to write a code??
if anyone understands my question I have a picture
How about parenting the object to the hands of your character during the pick up animation? At this point the object should be sticked to the hands and follow your character. Then you could unparent it during the drop animation. Could this work?