Hi I just bought NGUI and I'am trying to use it instead of Unity Gui in my game. It's iOs.
I have moveoperator script with all character moves and two GUITextures which touch listeners attached .
Instead of them I want to use NGUI Buttons.
I have two questions :
1.Should I make a new script and attach to UIRoot, Camera, Anchor, Panel, Button and then correspond to my moveoperator script and starts all moves?
2. How to write this condition --- touch.phase ==TouchPhase.Began || touch.phase == TouchPhase.Stationary using onClick(), onPress() I mean NGUI Button events.
Thank you in advance
BTW
Really nice plugin.