Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: nugurejeil on April 23, 2014, 03:23:24 PM
-
hi!! I'm developing scroll ui.
and with 'Resources.Load(prefabs/....)', i loaded contents in scroll.
but when i upgraded my ngui 3.5.6 to 3.5.8, contents of my scroll are had strange scale.
they became zero. so i can't see anything in my scene view.
i try to scale them to 1,1,1 with 'prefabs.transform.localScale', but it doesn't work....
this just happened when i updated my ngui. what can i do??
please help!!
-
The content becomes zero? Nothing in NGUI would do this. NGUI doesn't touch scale of objects, except when it resets the scale to (1, 1, 1) on NGUITools.AddChild.