Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jeldrez on March 15, 2013, 12:47:24 PM

Title: Arrange 2D and 3D widgets
Post 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?
Title: Re: Arrange 2D and 3D widgets
Post by: ArenMook on March 16, 2013, 11:02:43 AM
You need 3 cameras for that. I advise reducing the complexity of your UI instead.
Title: Re: Arrange 2D and 3D widgets
Post by: jeldrez on March 18, 2013, 07:38:19 AM
Well, finally I just put the "2D" elements (as 3D elements) in the 3D camera and it works fine.