- Home /
Limiting rigidbody physics influence on another rigidbody
Hi!
I'm working on a concept where I would be interested in letting rigidbody A "influence"/push rigidbody B, but limit rigidbody B's influence over rigidbody A. This would mean that rigidbody A is allowed to push B, but not the other way around.
Has anyone worked on this or have a good idea to implement a similar feature? I have looked into counteracting the physics by adding force, but seem to have gotten stuck.
Any advice?
Thanks in advance! - Frederik Bolding
Your answer
Follow this Question
Related Questions
How to setup character Collisions? 2 Answers
OnCollisionEnter: collision.gameObject has weird behaviour 0 Answers
Is it possible to tell Unity physics to ignore a collision at collision time? 1 Answer
Excluding some physics collisions 3 Answers
Detecting When Intersection Penalty is Being Applied 2 Answers