I would like some guidance on where I should hook-up a pause menu (using NGUI or other).
It looks like I can add the button to the "UI Root/Camera 3D (HUD Stats are in there). It could also be a key press (say "P"). What I'm envisioning is a nice slide-down menu with "Resume, Menu, Options" (which I'll make using NGUI).
In looking over the code (I have the new, awesome NGUI + SGSK

), it looks like UIButtonKeys is the receiver of the
Notify messages and that seems like a good place to tie in my "p", pause key, however, now I'm messing with the "template" code and I'm not sure I want to start off doing that.
I will also have to add it to the Input settings too, right?