Author Topic: Problem with object scale.....  (Read 2019 times)

nugurejeil

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Problem with object scale.....
« 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!!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Problem with object scale.....
« Reply #1 on: April 24, 2014, 01:16:06 AM »
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.