- Home /
Looking for an invisible button (that actually works!)
hi guys, I have read a few posts on invisible buttons buttons and have tried them out.. none of them work for me because when they are invisible, they do not react to their button clicks. When they do react to the button clicks (which is when they are visible because they do not work otherwise), they only work for ONE click. I am more than happy to supply code or whatever is needed for those willing to try and help me figure out this problem. Also, it is definitely my preference to not have to use a lot of unfamiliar code (advanced c#, mostly) but whatever help that you can supply is greatly appreciated.
Answer by Vipul-Dudharejiya · Apr 27, 2016 at 07:28 AM
If you are using UI button then you can reduce the alpha of the button image as per your requirement.
There it is your solution...
Check it out...
Does this actually work? I notice there is an alpha threshold which deter$$anonymous$$es if you are able to click a selectable or not. If you reduce alpha you may not be able to click any more.
Your answer
Follow this Question
Related Questions
Button Action Triggering Multiple Times Per Click? 1 Answer
Multiple Cars not working 1 Answer
how can I disapear a button after push? 1 Answer
Distribute terrain in zones 3 Answers
Add force when button is pressed 2 Answers