Quantcast
Channel: Questions in topic: "error message"
Viewing all articles
Browse latest Browse all 2891

I'm getting the error "(9,35): UCEO001: ';' expected. Insert a semi colon at the end" and I don't know why. P.S. Also how do you "update version" if you're learning with older code?

$
0
0
1 #pragma strict 2 3 var rotationSpeed = 100; 4 5 function Update () { 6 7 var rotation : float = Input.GetAxis ("Horizontal") * rotationSpeed; 8 rotation *= Time.deltaTime; 9 GetComponent.()AddRelativeTorque(Vector3.back * rotation); 10 11}

Viewing all articles
Browse latest Browse all 2891

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>