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/

    联系店主

  • 相关阅读:
    JavaScript 的核心机制——event loop(最易懂版)
    关于敏捷讨论的感想
    前端,如何更优雅的面对异步
    广告行业中那些趣事系列10:推荐系统中不得不说的DSSM双塔模型
    书中自有黄金屋系列7:读《博世宁医学通识讲义》
    广告行业中那些趣事系列9:一网打尽Youtube深度学习推荐系统
    书中自有黄金屋系列6:读《浪潮之巅》-下篇
    书中自有黄金屋系列6:读《浪潮之巅》-上篇
    广告行业中那些趣事系列8:详解BERT中分类器源码
    书中自有黄金屋系列5:读《正面管教》
  • 原文地址:https://www.cnblogs.com/jiahuafu/p/10975896.html
Copyright © 2011-2022 走看看