Objects need to collide without imparting momentum
I am creating a top down space shooter style game. When the player collides with the inner walls of the ship its momentum is imparted to the ship which I don't want to happen. I still need the player to collide with the ships walls but without imparting any momentum. Any help would be appreciated.
Also I think I should mention that I cant just use is$$anonymous$$inematic as I still need the ship to move when it is being controlled and when it collides with other ships.
Your answer
Follow this Question
Related Questions
Audio Timing sync with Collision Object Appearance 0 Answers
How to make character controller not collide with specific object? 1 Answer
Is there an easy way to make a RigidBody2D collide with only one other RigidBody2D? 1 Answer
Best practive when removing pickup gameObject and its instances 0 Answers
How to move Raycast Hit Object 0 Answers