Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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
0
Question by felix420 · Mar 17, 2012 at 05:41 PM · buttonmenulevelmain menuwork

how to make a button work on main menu?

well i was going through unity forums and saw the button script. i made a decent looking and working main menu... exept for the button doesnt work. so i thought the button script might work with my level changing script.

// JavaScript

function OnGUI () { // Make a background box GUI.Box (Rect (10,10,100,90), "Loader Menu");

 // Make the first button. If it is pressed, Application.Loadlevel (1) will be executed
 if (GUI.Button (Rect (20,40,80,20), "Level 1")) {
     Application.LoadLevel (1);
 }

 // Make the second button.
 if (GUI.Button (Rect (20,70,80,20), "Level 2")) {
     Application.LoadLevel (2);
 }

}

so i copied it and then i thought id try to change it up to where it would work with it. but i cant even get anything to show up when i use it, theres no compiler errors, but it doesnt work. why?

// JavaScript

function OnGUI () { if (GUI.Button (Rect (10,10,150,100), "I am a button")) { print ("You clicked the button!"); } }

Comment
Add comment · Show 4
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 Julien-Lynge · Mar 17, 2012 at 05:56 PM 0
Share

@felix420,

Your post (as it appears now) probably isn't appropriate for UnityAnswers. The UnityAnswers philosophy is:

"[Unity Answers] is a place to ask specific questions that have specific answers. The forum is a better place to post discussions and non-technical questions."

As a general rule, posts should probably have the following:

  • A clear question (what, specifically, are you trying to do?)

  • Relevant background information (what have you already tried? what other things might be important for us to know?)

  • Context information (what do you expect to happen? What is happening ins$$anonymous$$d?)

  • Your request (what specifically do you expect of the UnityAnswers community? Are you looking for links to relevant information, a chunk of code that you can use, ...?)

If your post is one of the following, you should consider changing it or asking on the forums ins$$anonymous$$d:

  • A one- or couple-sentence post, especially with a broad question ("how do I make a game like Halo?") or no discernible question ("WebPlayer doesn't allow me to save to disk"). We'll need more specific information to help you.

  • Asking the opinion of the community ("Best method to store files?"). $$anonymous$$uch better to discuss these on the forums.

  • A question that focuses on the end result, rather than anything technical ("how do I make a laser beam?"). These mean that you probably haven't done enough research. If you're just starting out and don't even know where to look, try searching here, the forums, and Google first and then posting your question to the forums. The Unity resources are a great place to start (http://unity3d.com/support/resources/). When you get to a more technical point ("how do I adjust the color of a line renderer for a laser beam?") we can probably help you.

  • A disjointed or incomplete question ("How do I make a jumping enemy? Physics doesn't look right."). It will help us if you take a moment to add some context information, background, and general explanation.

  • Copying your code verbatim with a one-line question like "why doesn't this work?" or "what is wrong with my code?" To the community, this sounds like you came across an error, spent 0 time trying to fix it yourself, and simply posted it in the hope that someone else would do your work for you.

Finally, make sure that you check to make sure your question hasn't already been answered here, and do a quick google search, before posting a new question.

Of course, the members here are awesome folks and will probably try to help you anyway - hopefully you'll get an answer or some helpful comments. If not, now you know why.

avatar image CC Inc · Mar 17, 2012 at 09:08 PM 0
Share

Yes, we need more detail, what is not working? Any errors?

avatar image Kleptomaniac · Mar 18, 2012 at 01:22 AM 0
Share

Your problem is probably the z depth of your buttons on the GUI ... Is your GUI.Box being rendered, but no buttons? If so, try GUI.depth, and reorder your drawn elements so that . Alternatively, it could be a problem with positioning (your buttons may be being drawn off the screen, in which case you would use Screen.width and Screen.height to account for different screen sizes).

Without more information, there's no way we can know for sure.

avatar image Eli-Davis · Mar 18, 2012 at 05:05 AM 0
Share

you might of forgotten to attach the script to something within your scene.

0 Replies

· Add your reply
  • Sort: 

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

7 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

2D Game: main menu button dont work 0 Answers

I'm trying to add an options button to my game but it's not responding 0 Answers

Returning to main menu 1 Answer

Inspector scripting, adding lists, checkboxes and buttons [With Image] 0 Answers

CS8025 error on play button 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