Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • 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 /
avatar image
1
Question by George_Eus · Nov 05, 2015 at 01:04 PM · c#beginnertutorial

The unity tutorial roll-a-ball isn't working

So basically, I just finished tutorial 2 of the "Roll-A-Ball" Unity beginner tutorial, but it won't work. The guy who is talking says that now the ball will roll, I've done everything he said, but it just won't roll. I copied the tutor exactly and I NEED to be able to code because I'm entering contest with a friend and I can't let him down! Please help SOON.

Comment
Add comment · Show 2
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 George_Eus · Nov 04, 2015 at 09:35 PM 0
Share

Sorry I don't know what the '' is doing there

avatar image Costa_GP · Nov 05, 2015 at 01:20 PM 2
Share

You need to be more specific! What's the problem itself? You need to add detail to your problem, or else people can't really help you out! Is there any scripting errors? Are all the scripts attached to the right components? Are you setting the variables values right?

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by kawales · Nov 05, 2015 at 02:56 PM

I just checked the tutorial again and the code seems outdated. Example: they are using transform.position which doesn't work anymore in Unity 5! To fix this you'll need to do something like this: Transform tr;

 Start{
 tr = GameObject.Find("object").GetComponent<Transform>();
 }

After this you just need to replace the places where transform is used with tr. So for the example I gave you would do: tr.position.

this also has to be done with everything else like rigidbody or text if the tutorial has that. Also if the script is attached to the thing you want to get a component from you can also do:

 tr = this.GetComponent<Transform>();




Comment
Add comment · 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

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.

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

Integer value randomly multiples itself by 3 or 2 for seemingly no reason. 2 Answers

C#/Unity top-down 2Dgame newbie advice 0 Answers

Multiple Cars not working 1 Answer

Distribute terrain in zones 3 Answers

Make objects move around, then bounce off and continue moving. NOT WORKING 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges