zoukankan      html  css  js  c++  java
  • NGUI: Next-Gen UI 2018.3.0f

    https://assetstore.unity.com/packages/tools/gui/ngui-next-gen-ui-2413

    NGUI is a very powerful UI system and event notification framework.

    Features
    - Editor integration, WYSIWYG
    - Localization, data binding, delegates, events
    - Supports all platforms
    - Make UIs that take 1 draw call
    - Comes with full C# source code
    - Extensively optimized
    - Dedicated support

    2018.3.0
    - NEW: As the name suggests, support for Unity 2018.3 and its new prefab workflow. Still supports previous versions, including Unity 5.6.
    - NEW: NGUI's atlases and fonts are now saved as ScriptableObjects instead of prefabs. To upgrade, select any old prefab-based atlas or font, and the Upgrade button will show up. BACK UP FIRST just in case! After the new asset gets created, the old atlas or font will be changed to Reference type, pointing to it. You can use the new asset directly, of course -- and if you are Unity savvy enough, you can swap their GUIDs from the meta files, effectively removing the need for the reference asset altogether.
    - NEW: Added a new widget type: Sprite Collection. It can be used to efficiently add thousands of sprites without the overhead of creating game objects. This is meant to be used from code by programmers, but can speed up the creation and modification of sprites by several orders of magnitude. In Sightseer it allowed the world map creation to go from 3348 ms down to 22 ms, for example.
    - NEW: Added UITweener.Finish() to immediately finish the tween, skipping to the end.
    - FIX: Some fixes for key binding text form serialization.


    2018.3.0d:
    - FIX: Fixed SpringPanel never finishing its operation.
    - FIX: Fixed widget Depth not being visible on widget prefab instances in Unity 2018.3.
    - FIX: Fixed an issue with reference fonts not picking up on referenced font's changes.
    - FIX: Minor Unity 2018.3 tweaks.


    2018.3.0e:
    - FIX: Editing sprite border and padding on the atlas will now correctly mark the atlas as edited.
    - FIX: Adjusting panel's alpha will now again work properly in edit time.


    2018.3.0f
    - NEW: Added a 'fixed aspect' option to the UISprite, matching 2D sprite and UI texture.
    - FIX: Dynamic font's default scaling fix.
    - FIX: Changing widget alpha should immediately update the scene view in edit mode again.
    - FIX: "style not found" when examining the UILocalize component in Unity 2018.

    扫码时备注或说明中留下邮箱

    付款后如未回复请至https://shop135452397.taobao.com/

    联系店主

  • 相关阅读:
    LED点阵书写显示
    cpld fpga 区别
    SublimeText 自带格式化代码功能
    iText C# 合并PDF文件流,以及A5变A4时内容默认放在最底下的问题的解决方法;ASP.NET 实现Base64文件流下载PDF
    Adobe Acrobat 9 Pro序列号
    c#比较两个数组的差异
    iNotify.js通知JS 实现浏览器的 title 闪烁、滚动、声音提示、chrome、Firefox、Safari等系统通知。
    配置IISExpress允许外部访问
    https://sweetalert2.github.io/
    c# 利用MailKit.IMap 收取163邮件
  • 原文地址:https://www.cnblogs.com/jiahuafu/p/10975896.html
Copyright © 2011-2022 走看看