Hello! now Im making Tabs with NGUI(Ver 3.5.3) and have a small problem..
im using UItoggle to make tabs. In the parents tab, it has another child tabs again. and When i played , parents tabs remember which child tabs were activated!
I want their state back to start state(selected nothing) in every time when i select each tabs. So. i was searched to solve this and finally I found 'optionCanBeNone = false ' in UIToggle script.
I think this is what i really want.
but i'm not familiar with code. could you give me some advice or example of code?
How can i activate optionCanBeNone = true ??
please help!