- Home /
 
 
               Question by 
               aliemredoser2004 · Aug 23, 2020 at 04:11 PM · 
                physicsplayerobjectobjects  
              
 
              Object carry in game
I tried 1-2 that I found on youtube, the thing I want to move is shaking, I cannot put the object as I want. It would not be nice to shake it while putting things in your house while playing. how many days i've been working please help
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by N-8-D-e-v · Aug 23, 2020 at 07:28 PM
If your object being picked up is just setting it's position to the same as your mouse or whatever, do it in
 void LateUpdate()
 {
 
 }
 
               so that it updates its position after the mouse has moved
Your answer
 
             Follow this Question
Related Questions
swapping out an object on collision 2 Answers
2D Character Movement Collision Problem 0 Answers
How would I properly put my script on multiple trees? 3 Answers
How To Stop Player Completely? 1 Answer