- Home /
NGUI Button
please go this link- http://www.tasharen.com/ngui/example8.html .In this menu there is option button when i press option button it goes to Option menu, can u explain through script how it has done in NGUI.
What is the question exactly? Also, the link is broken ... The requested URL /ngui/example8.html.in was not found on this server.
I assume this is the link : http://www.tasharen.com/ngui/example8.html
I think this is a NGUI question, not a Unity question (although you may find some NGUI users here).
Also : I can see you have been searching and trying to find an answer to this solution : http://answers.unity3d.com/questions/263605/ngui-simulate-a-button-press-from-script.html
I didn't downvote you (and the person who did never left a comment), but what i can suggest to help is try and find out through NGUI . Here is a link to their forums : http://www.tasharen.com/forum/index.php?board=1.0
Also : check their tutorials : http://www.tasharen.com/ngui/vt1/
You should also look at any text documents you got when installing NGUI (is there a READ $$anonymous$$E or a manual somewhere?). Good Luck.
Just a sugestion: i havent used NGUI, but you can do it easily using Ez GUI , and sprite. try EZ GUI
no, its ok but u know how code work in EZ GUI then please reply..
Answer by Geo.Ego · Aug 13, 2013 at 09:15 PM
I'm not sure exactly what the issue is, but I wrote up a simple tutorial with pictures to illustrate how to create a functioning button in NGUI.
Unity3D: How to Create a Simple Button with NGUI
Basically, you create a Button widget, write a script that does something in the OnClick () method, and attach that script to the "Button" GameObject.
Your answer

Follow this Question
Related Questions
Best way to load a level depending on which game object is clicked 1 Answer
What is the best way to handle updating existing asset packages? 2 Answers
Loading script assembly "..." failed! 0 Answers
High CPU usage in UIPanel.LateUpdate of NGUI 2 Answers
Help re-calculating camera's viewport on UI drag (when the required area changes)? 1 Answer