- Home /
This question was
closed May 13, 2014 at 09:40 PM by
Graham-Dunnett for the following reason:
Duplicate Question
First time scripting in MonoDeveloper. Unknown ";" error.
Hello this is my first attempt making a unity game. I was writing this line of code:
var rotation : float - Input.GetAxis ("Horizontal") * rotationSpeed;
And received this error:
Assets/BallControl.js(6,29): UCE0001: ';' expected. Insert a semicolon at the end.
As you can see there is already a ";" at the end yet I'm still receiving this error.
Thanks, Nick
Comment
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
UCE0001 error Insert a Semicolon at end 1 Answer
Expressions in statements must only be executed for their side-effects. 1 Answer
Character keeps moving in one direction on its own 4 Answers
How to rotate an object and make it to follow another gameobject? 1 Answer