How can I GET the Rigidbody.velocity instead of set it? I am trying to make a rocket always face “forward” towards its velocity.
var myVelocity = rigidbody.velocity;
How can I GET the Rigidbody.velocity instead of set it? I am trying to make a rocket always face “forward” towards its velocity.
var myVelocity = rigidbody.velocity;