I have 2 dynamic objects, a box and a bullet. When the bullet collides with the box, I removed the bullet but the problem is that the box is moving because of the force from collision. So, this is my question, how can I set the box to stand still?
PS. I don’t want the box to be static type that why I have to use dynamic.