Alright I've updated my NGUI I've set it up the way I had it last time plus what you've suggested...but the problem still persists
Heres an example, Say you have a game where you only use a controller or a keyboard, no mouse at all.In the game you have a menu that pops up wit ha button selected as the starting button. Upon the push of a button another menu pops up over that one. When that happens, I'd like the player to be able to control the
The green menu is the most recent menu, when this menu pops up, I want the player to be able to select things on the green menu. and when that menu disappears, the player would be able to use the start game menu.
Edit:Aaaaand I fixed the error. Turns out it was me needing to update and look at my buggy code. Thank you for your help either way ArenMook!