Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: tnbao91original on July 07, 2014, 10:40:35 PM

Title: Remove UI Root and UI Camera ?
Post by: tnbao91original on July 07, 2014, 10:40:35 PM
I dont' like scaling style like NGUI, may i remove UI Root and UI Camera ? NGUI will work without them ?
Title: Re: Remove UI Root and UI Camera ?
Post by: ArenMook on July 08, 2014, 11:28:34 AM
Yes, it will work fine. All you need is a UIPanel in order to draw UI elements. Everything else is optional.

Note that dragging elements from the prefab toolbar won't work without a UIRoot though.