Problem with collisions
Hey guys, i am making a game with boxes. I am moving the boxes with forces, not with collisions, I mean you can't run into a box in order to move it, you need to hit a key. You can pull or push a box. The problem is when I'm pulling a box towards me and walking with the camera to the box, the box starts moving forwards, than it enters other boxes until it reaches the wall, than the box start jumping. I've tried to reset the isKinematic, the velocity, nothing helps... Thanks in advance.
Your answer
Follow this Question
Related Questions
How to Change Rigidbody Type OnCollision/Trigger with Script? 1 Answer
Rigid Body and Collision 1 Answer
Network Rigidbodies act weird? 0 Answers
Unity 5: AddForce Increases power when already being pushed towards a collider. How to make stop? 1 Answer
How to Make A Character Stop At Wall? 0 Answers