Author Topic: NGUI Update resizing everything 600%+  (Read 2916 times)

hunterlong

  • Guest
NGUI Update resizing everything 600%+
« on: December 17, 2013, 08:58:04 PM »
Hello all, i'm sure at least one of you had this problem. I'm trying to update from 2.6 to the newest version (from unity3d store) and now everything has expanded. Things i've done....

- started a new scene
- deleted ngui folder
- imported ngui in new scene
- open old scene
- THEN everything expands this includes, graphics, text, etc.
- ran Update widgets
- nothing changes (except for the code changes from uisprite to updated version)

* All scripts are debugging fine, and it still does run. But it doesn't shrink back down to normal size/location.

Anyone else had this problem? What was a fix for it? I can't imagine i'd have to reconfigure hundreds of textarea/graphics. Take a look at the attached image to get an idea of what i'm looking at.


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI Update resizing everything 600%+
« Reply #1 on: December 18, 2013, 10:16:14 AM »
NGUI should auto-detect the old settings and upgrade everything accordingly. It can only do this on active objects, however. If your UI is disabled, and you enable it after you hit Play, it won't get upgraded. You need to enable everything for it to be upgraded. Same goes with prefabs -- drag them into the scene, let them get upgraded, then Apply the changes.