- Home /
Rigidbody's Gravity not working with Velocity
i have a game object that has a Rigidbody, and i put that object just above another object that serves as their platform. it will move automatically with this
rb.velocity = Vector3.forward * speed;
but the moment I hit the play button, something's not right. the object's Y position was 3 for example, but it hovers down like paper. seems like there's low gravity even if I have check-marked Use Gravity. why does this happen?
Your answer
Follow this Question
Related Questions
How to lerp a car while it's moving forward at a constant velocity 0 Answers
Air-Dash phases through walls due to high velocity? 0 Answers
How can i initiate an object in parabolic motion without using gravity using Rigidbody2D? 0 Answers
Convert current rigidbody velocity to transform.forward 0 Answers
Physics goes crazy when rigidbody collides with moving character controller 0 Answers