Hi there,
I'm new to NGUI and was hoping someone could help me out. I'm working on a 3rd person scene and My HUD shows details such as time remaining etc. with an anchor.
The user has the ability to zoom out via pinching/mouse scroll. When this happens I simply increase/decrease the camera's field of view. The problem is the panel, a child of the anchor attached to the camera (camera->anchor->panel) and all it's children stay the exact size and location and hence get zoomed in/out of also.
I'm not sure what the best way to handle this situation is (was thinking maybe just move the camera in/out instead of changing fov, although this is not ideal). Any suggestions would be greatly appreciated.
Thanks,
Simon