Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- this.GetComponent<Rigidbody>().AddForce (transform.forward * linearAcceleration * Time.deltaTime);
- transform.Rotate(new Vector3(0, angularSpeed * Time.deltaTime, 0));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement