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 skyyguy · May 07, 2016 at 04:20 PM · buttonvrcanvasonclick

Canvas button with 2 functions onClick must be pressed twice for 2nd function? Will not disappear?

Alright, I've tried everything - I'm developing a VR app in Unity and have a canvas with a single button on it that I want to execute 2 functions from 2 separate scripts when clicked - I have 2 scripts, GameLogic and ViewSwap, housed under an empty within my game under the button under OnClick() I have added the 2 functions it should execute;

The first function is from GameLogic and resets the round in the game. EVERY time the button is clicked, this first GameLogic function executes no problem. The 2nd function is from ViewSwap and disables the canvas, as in makes the button invisible. Ideally, the button should disappear after being clicked. This is how I do this:

 public void advanceBtnHide()
     {
         round2.enabled = false;
     }

My problem is the button must be clicked TWICE for this second function disabling the canvas to execute, and when this happens the first function ends up being called twice (from being clicked twice). I need to know how to have BOTH functions execute on one click because the game gets screwed up when that first function is called twice due to the fact the second one (disabling/hiding the button) is not called.

Does it have to do with the functions being from 2 different scripts? I have tried referencing the canvas and just disabling it from the first function but have run into further trouble referencing/changing objects as public variables from 2 different scripts. Why is this happening?

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 J8117 · Aug 01, 2017 at 02:57 PM

I don't know, I have been having the same problem, I will get back to you when I have a fix.

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

i have a button to restart the same scene but it dont works (with images) 7 Answers

UI button works fine in the unity editor but when I build it it doesn't do any function. 0 Answers

void dont show up in on click 1 Answer

button OnClick function triggering another buttons OnClick 0 Answers

Google VR SDK - Distortion Correction makes World Space Canvas render on top of everything else. 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