- Home /
Knockback on player without having a rigidbody?
Working on a 3D game but I have a problem. I want to make my character get knockback when it collides with an object. The problem is that my character doesn't have a rigidbody. So my question is, 'How can I knock back my player without him having a rigidbody?' Without a rigidbody I can not use AddForce, so I can't figure it out. It probably won't be that complicated, but I can't figure it out. A little help would be great!
Comment
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
knockback 3d c# 1 Answer
Tricky issue involving knockback and the player. 1 Answer
Player is moving through walls when force is added from a knockback script? *UNANSWERED* 3 Answers