document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function Update() {
  2.      // Move the object forward along its z axis 1 unit/second.
  3.      transform.Translate(Vector3.forward * Time.deltaTime);
  4. }
');