If players collide, they slide

Hallo Hello!

I have two players and like said, if they collide they slide (or the one that got hit).

Now, I am aware about the angular drag, but that doesn’t work as then the movement gets screwed. I probably could figure out something with OnCollision and Tags and stuff, but I wonder if there is not a better solution that isnt so…wonky?

Cheers!

Before we can identify solutions, you need to clearly state your problem.

How to report your problem productively in the Unity3D forums:

http://plbm.com/?p=220

How to understand compiler and other errors and even fix them yourself:

https://discussions.unity.com/t/824586/8

If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: https://discussions.unity.com/t/481379