文件名称:NGUI v3.5.1
文件大小:11.23MB
文件格式:UNITYPACKAGE
更新时间:2017-03-15 02:38:58
NGUI NGUI3.5.1 Unity 最新 NGUI最新
3.5.0 - NEW: Localization system now supports CSV type input. - NEW: UILocalize script now has key lookup and localized preview options. - NEW: UICamera now has a new event type that supports 2D colliders. - NEW: Added justified alignment support for labels. - NEW: Scroll views now have a Content Origin point. - NEW: You can now freely adjust width and height of anchored widgets. - NEW: UIDragResize script now has a maximum size limiting option as well. - FIX: Improved scroll view resizing and logic regarding how it repositions the content. - FIX: Fixed an issue with how changing panel's alpha would not propagate to children in certain cases. - FIX: NGUI will no longer intercept RMB events that occur outside the selected widget's area. - FIX: UICenterOnClick should now work as expected when there is no UICenterOnChild present. - FIX: UICenterOnClick shouldn't cache the panel anymore, making it work properly with drag & drop. - FIX: Widget inspector's Dimensions field should no longer be grayed out if the widget is partially anchored. - FIX: UIRoot's FixedSizeOnMobiles setting should now recognize BB and WP8 as mobile devices - FIX: UICamera will now clear all active touch events when the application is paused. - FIX: Work-around for dynamic font delegate subscriptions causing epic GC. - FIX: Setting label text will now auto-adjust the collider size. - FIX: Inlined italic text should now look better. 3.5.1 - NEW: CSV reader will now convert the "\n" character sequence into a new line char. - FIX: Scenes using NGUI should no longer get marked edited so much. - FIX: Reduced the size of meshes used by NGUI draw calls. - FIX: Changing the panel's alpha will now properly inform child panels. - FIX: Fix for how URL tags get parsed in labels.