Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: singh029 on April 16, 2014, 03:12:15 AM
-
Hi! Im having some issues with NGUI in my project with 2D Toolkit
Im trying to get it to work with a 9:16 Portrait mode.
I have the settings for 2D Toolkit working but when i add NGUI it messes with things.
Theres a smaller NGUI camera view inside the 2D Toolkit camera view. And then theres also the regular sized NGUI camera view.
Ive attached some images of my setup on a sample project.
Please help me adjust the settings for the NGUI camera and UIRoot.
-
Pink outline shows you the bounds of panels, not cameras.
-
Oh i see. I just moved the panel out of the game view.
What should the ngui camera settings be set as?
Is it safe to have both cameras draw stuff simultaneously?
-
The drawing is never simultaneous. One camera is always drawn before the other, based on their depth setting.
-
Oh i see. thanks!
Also, the "Error" with the pink outline was fixed when i clicked on the gizmos button in the game view. ::)