Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: alexmody on September 02, 2013, 04:29:47 AM

Title: NGUI 2.6.4: setting unit (scale) for newly created objects.
Post by: alexmody on September 02, 2013, 04:29:47 AM
How to NGUI 2.6.4 set the scale of objects created oriented 1 meter = 1 pixel?
I.e. where on NGUI can set the unit for created objects?

Default NGUI 2dCamera has size = 1, and I set the size = 240, as a result of interface objects are very small.
Title: Re: NGUI 2.6.4: setting unit (scale) for newly created objects.
Post by: ArenMook on September 02, 2013, 06:00:10 PM
Remove UIRoot, leave the root object scaled at (1, 1, 1). Set the camera's size to half the screen's width, or use the auto adjust ortho size script if you don't want it to be fixed size.