Hi
I bought NGUI just 3 days ago, so I'm not familiar with this.
I'm trying to make menu UI system with NGUI.
I made main panel, start panel, option panel....and so on.
The way of making UI with NGUI seems super easy!
But I got stucked at "start panel" menu.
In start panel, there is input field which allows you to type name.
After fill this, you can click "start" button which will launch the game scene.
Thus, if you don't fill the input field, the "start" button should be disabled state. (that means, change the button color with grey, and there is no response of click or touch)
I made input field and start button but I don't know how to change button state.
And if I go to main panel by "back" button, then go back to start panel again, the input field should reset.
Than's all I want.
Is there any suggestion how to do or any hint?
It would be appreciated.
Thank you.