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
0
Question by Nosmo · Jan 31, 2019 at 05:25 PM · buttonmenulevelhudlevels

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

I'm making a mobile game and I'm trying to add an options button, on the HUD, to allow the player to return to the levels menu, but when i test it on my phone it doesn't respond.

The button on my menu works perfectly but when i try and replicate it in the game it doesn't respond and the gun just ends up firing.

Does anyone have any suggestions as to how this is and how i can sort it out?

Addition: The code is

public void ReturnToLevel(string ReturnToLevel) { SceneManager.LoadScene ("Level"); }

When i add a button to the a menu scene, it works perfectly - the button flashes when pressed and sends me to the appropriate place, but in the game scene it doesn't work and the gun just keeps firing

Any suggestions?

Comment
Add comment · Show 9
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 Magso · Jan 31, 2019 at 09:59 PM 0
Share

Are you using Input.GetTouch or void On$$anonymous$$ouseDown?

avatar image Nosmo Magso · Feb 04, 2019 at 04:31 PM 0
Share

im using this

public void $$anonymous$$enuBtn(string $$anonymous$$enuBtn) { Scene$$anonymous$$anager.LoadScene ($$anonymous$$enuBtn); }

Do you have any suggestions why it's not working?

avatar image Magso Nosmo · Feb 05, 2019 at 01:50 PM 0
Share

Where are you calling ReturnToLevel() and $$anonymous$$enuBtn() from?

Try just using

 void Start ()
     {
     Input.simulate$$anonymous$$ouseWithTouches = true;
     }
 
 void On$$anonymous$$ouseDown ()
     {
     Scene$$anonymous$$anager.LoadScene ("Level");
     }
avatar image Nosmo · Feb 05, 2019 at 02:24 PM 0
Share

it doesn't work, it's not in the function list

avatar image Magso Nosmo · Feb 05, 2019 at 03:08 PM 0
Share

Is your script on the UI object? If it is, it should work. You can also use this ins$$anonymous$$d of On$$anonymous$$ouseDown().

avatar image Nosmo · Feb 05, 2019 at 03:50 PM 0
Share

Yes, it's on the button.

ive added a debug line and it's not co$$anonymous$$g up at all!

setup2.jpg (361.9 kB)
avatar image Nosmo Nosmo · Feb 05, 2019 at 03:51 PM 0
Share

alt text

code.jpg (40.4 kB)
avatar image Nosmo Nosmo · Feb 05, 2019 at 03:52 PM 0
Share

alt text

setup.jpg (228.4 kB)
Show more comments

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

123 People are following this question.

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

Related Questions

how to make a button work on main menu? 0 Answers

Another GUI question. enable and disable 1 Answer

On button hover, Gui Box shows, on box hover, Gui Box shows 1 Answer

drag and drop into other cells 1 Answer

UI Buttons - affects all 0 Answers


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