I’m trying to find a good way to achieve “correct” behavior when two players collide in a multiplayer game. My current situation is that when they collide, they apply forces to each other and starts spinning and changing direction.
I want them to be unable to walk through each other, but not to cause any force/impulse being applied. One idea I have is to add collision filtering for the players, and handle it manually.