Hi,
I want to move my one and only camera to move around, but I want all the elements of NGUI to stay pegged to the Camera.
Putting the whole UI Root as a child of the camera didn't work.
Putting the camera as a child of UI root didn't help either.
My camera (with UICamera attached to it) was outside of UIRoot and working properly.
How to make sure that all the NGUI elements stay fixed to whatever the camera is seeing?
Not sure which parameters I have to change
Thanks in advance