Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nicloay

Pages: [1]
1
NGUI 3 Support / UIInput and submit button
« on: April 15, 2015, 06:41:42 AM »
I Use unity Input and defined additional button for "Submit" behavior ("E") default is just "return"

and UIKeyNavigation doesn't work with "E", I see that UIInput class use hardcoded key code and doesn't work with Input.

I use 3.6.3 version and not sure whether it fixed in latest version.

2
NGUI 3 Support / How to design dialogs
« on: June 27, 2012, 01:50:19 AM »
Hello,

Could you please explain me how to design dialogs.
Assume we have a main screen and button "save"
when you click button save it should ask you fileName.
This is very simple example, i understand that it can be performed just from code.
But I'm interesting, how to do that directly through UI (because screen can be more complex (like a file navigator and so on), i don't know how, but maybe create several cameras and so on.

And please point me to any "how to", how to make e.g. transition between main menu(start, load,config,exit) and e.g. config screen


thanks in advance.

Pages: [1]