• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by SpiDerPig_gaming · Oct 16, 2015 at 02:24 PM · error messageuce0001gamecontroller

UCE0001 even though i got the semicolon right (i think)

i was making a game through this tutorial (ill link it) and even though it worked for the guy on the tutorial it doesnt work for me the mono devolop asked me to accept something and i did but it was a wrong choice i guess so if somone knows anything about it please help me this is the link: https://www.youtube.com/watch?v=N49cfP-MWJA this is the code:

 #pragma strict
 
 var rotationSpeed = 100;
 this code is for making a ball move right and left
 
 function Update () 
 {
       var rotation : float Input.GetAxis ("Horizontal") * rotationSpeed;
       rotation *= Time.deltaTime;
       rigidbody.AddRelativeTorque (Vector3.back * (rotation);
 }

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by meat5000 · Oct 16, 2015 at 02:26 PM

Missing an = and a )

Ill leave it to you to work out where ;)

Edit: Ok here they are :) (Good job in finding them)

 var rotation : float = Input.GetAxis ("Horizontal") * rotationSpeed; // = here after float
 
 rigidbody.AddRelativeTorque (Vector3.back * (rotation) ); // Last ) here
Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SpiDerPig_gaming · Oct 16, 2015 at 03:53 PM 0
Share

i uped ur reputation just cuase i friking love u man i sat on ma butt for hours to figure this out im only starting to do all this stuff and now that i know that there are people like you who will help me when i need help im even more hyped about this thanks man!!

avatar image meat5000 ♦ SpiDerPig_gaming · Oct 16, 2015 at 03:58 PM 0
Share

No problem. Did you find the errors?

avatar image SpiDerPig_gaming meat5000 ♦ · Oct 16, 2015 at 07:01 PM 0
Share

yea i did thanks even though i couldnt at start u telling me whats the errors but not where will definitly help me in the future, thanks.

Show more comments

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

UCE0001: ';' excpected. Insert a semicolon at the end. There is a semicolon on the end 1 Answer

Teleporting MainCamera and GameController 1 Answer

How to fix the CS0433 error? 1 Answer

error CS0120: An object reference is required 1 Answer

NullReferenceError - This code is from unity's tutorial page ( Tnx for the help ) 0 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges