Hey, I am setting rigidbody.velocity in script and after debugging it it gives me this
vel: (0.0, -1.8, -49.9)
However, the gameobject doesn’t move from its place or anything. It just remain constant!!
Remove the isKinematic check from Rigidbody component.