Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: jeldrez on March 15, 2013, 12:47:24 PM
-
I have 2D and 3D camera on the level, and I want to have the widgets on the 3D camera above some 2D widgets, and I just set a bigger depth in the 3D camera, but I also need to put some 2D widgets above the 3D widgets, how I do that? I thought creating a new camera with a bigger depth, but also think that having 3 cameras it's too much, there's another way?
-
You need 3 cameras for that. I advise reducing the complexity of your UI instead.
-
Well, finally I just put the "2D" elements (as 3D elements) in the 3D camera and it works fine.