- Home /
Question by
Greedilez · Dec 13, 2021 at 12:36 PM ·
transform.translaterigidbody.velocity
How to change position with transform.translate without bouncing at objects
I am creating a 1st person controller and I can’t use transform.translate() because when I will touch wall I will bounce from wall, controller should to be kinematic, if I use rigidbody.velocity / rigidbody.AddForce this not working with kinematic, I don’t know what I could to do, can you help?
Comment
Your answer

Follow this Question
Related Questions
I can't smooth the continuous movement of my Kinematic Rigidbody2D 0 Answers
Invisible barrier transform.Translate error 1 Answer
moving object on x axis without affecting z axis 1 Answer
Make an object that moves relative to the touch more natural 0 Answers
Block Game Object interaction with another Game Object with kinematic active 0 Answers