Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: iron59 on November 09, 2014, 09:35:40 PM
-
I noticed this when I upgraded my package from 3.0.9 f3 to 3.7.5. When I tried to adjust the positions of my UI Elements (with the UIRoot set as a prefab), the layout is messed up when I drag it to the scene while it's not played. Upon closer look, it seems the anchor is not getting the UI Root's bounds and extend farther away. Take a look at the screenshots below.
The UI behaves as expected when I run the game getting the correct bounds for the anchor. Can I have some suggestions on how to resolve the proper layout when in editor mode? Thank you very much
-
There are 3 other posts on this topic on the front page.
Upgrading to 3.7.6 adds a work-around for the bug Unity introduced in the last 2 patch versions. This only affects the absolute latest 2 versions of Unity (4.5.5p3 and p4).
-
Sorry I didn't know it was a an issue with the Unity's new version. Found the solution here http://www.tasharen.com/forum/index.php?topic=11671.msg54269#msg54269
Thank you for your response.