Objects are sliding when one is placed on top of the other in a top down game
Hi, I am creating a simple 2D top down game, I have a coffee table placed on top of a rug, both coffee table and rug have a collider 2D and rigidbody 2D, and they move when mouse-clicked. At the start of the game the coffee table and the rug both slide off, instead of staying put. Can someone explain why and help me fix it so the coffee table stays on top of the rug until they are clicked to be moved? Thank you.
Your answer
Follow this Question
Related Questions
Arkanoid-like bounce troubles 1 Answer
FixedUpdate or Update for collision detection and climbing slopes? 1 Answer
How to stop the character moving after the button is pressed, using Rigidbody2D()..AddForce? 1 Answer
How to change rigidbody type correctly? Angry Birds Game 1 Answer
How create a Tunnel for gameobject to follow the tunnel path. 0 Answers