- Home /
Box Colider not working properly
I am developing game same as coin dozer. i have one issue with colider when my dozer touch to coin then coin should push forward. But sometimes it's not. sometimes there is no collision between coin and dozer but if another coin touches each other then it works perfectly. But this issue happen sometime.
Coin : I have use Box colider, Rigidbody
Dozer: I have use Box colider
can anybody help me?
$$anonymous$$aybe add a rigidbody to the dozer and uncheck useGravity?
@agogreatestprez thanks for reply, I have try that also but no any luck :(
Answer by ThePunisher · Jan 09, 2013 at 05:04 PM
If the dozer is to push the coin then it will need a RigidBody like greatestprez said.
@Rob i have try RigidBody but after that my dozer behave weirdly.
$$anonymous$$ake the dozer's rigidbody kinematic (is$$anonymous$$inematic = true)
@whydoidoit you solved my problem . Thanks . I want to make +1 your answer so can you please answer the same thing?
Your answer
Follow this Question
Related Questions
Box collider gets stuck on edges of tiled floor, cube bounces up 0 Answers
Collision Detection for Kinematic Rigidbodies 0 Answers
Stop sword from distorting character animation 3 Answers
My Unity Collision Wont Trigger Even with Rigidbody Added 2 Answers
box colliders with rigidbodies passing through each other 0 Answers