NGUI: Next-Gen UI 2018.3.0f-程序员宅基地

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/

 

联系店主

 

posted on 2019-06-04 20:21 jiahuafu 阅读(...) 评论(...) 编辑 收藏

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/SilverFoxGame/article/details/91866796

智能推荐

writing-mode竖排文字_python margin: 2em; writing-mode: vertical-rl;-程序员宅基地

文章浏览阅读1k次。writing-mode学习参考 MDN1.原理和float属性有些类似,writing-mode原本设计的是控制内联元素的显示的(即所谓的文本布局-Text Layout)。因为在亚洲,尤其像中国这样的东亚国家,存在文字的排版不是水平式的,而是垂直的,例如中国的古诗古文。2.writing-mode语法<style> writing-mode: horizontal-tb; /* 默认值 */ ①默认值horizontal-tb表示,文本流是水平方向(horizon_python margin: 2em; writing-mode: vertical-rl;

使用Docker搭建Nginx整数溢出漏洞(CVE-2017-7529)及Python PoC验证_nginx/1.10.3漏洞-程序员宅基地

文章浏览阅读1w次。漏洞具体信息可以看http://www.freebuf.com/articles/terminal/140402.html创建容器:使用之前制好的镜像ubuntu_aliyun:1.0创建新容器:docker run -it -d --name nginx_int_overflow -p 8086:80 ubuntu_aliyun:1.0docker exec -it id_nginx/1.10.3漏洞

Visual Studio 2019 + GLFW + GLAD-程序员宅基地

文章浏览阅读4.8k次,点赞16次,收藏29次。参考文章:https://blog.csdn.net/zjz520yy/article/details/82989067https://www.bilibili.com/read/cv183332/https://blog.csdn.net/sigmarising/article/details/80470054vs2019下载地址https://visualstudio.microsof..._glad

angular2 对于DOM元素的获取与操作_angular 获取dom对象 使用changes-程序员宅基地

文章浏览阅读1.2w次。 为了能够支持跨平台,angular通过抽象层封装了不同平台的差异。 正确操作DOM的方式(用ElementRef和Renderer2)这篇文章将讲述如何使用Renderer2来操作DOM元素。我们可以使用Renderer2对元素的class和style属性进行操作,也可以对元素进行增加、删除、和插入等操作。使用的技术:1. angular4.2.42. TypeScr..._angular 获取dom对象 使用changes

【模型训练阶段的参数更新】_预训练过程更新哪些参数-程序员宅基地

文章浏览阅读3.6k次。转载 https://blog.csdn.net/weixin_44402973/article/details/95048196 机器学习中的两大类参数: 超参数:在模型训练之前需要设置的参数,而不是通过训练得到的参数数据。比如:学习率,深层神经网络隐藏层数。 模型参数:模型要学习的参数,比如:权重W和偏置b,其是在网络训练过程中自动学习和更新。 在深度学习中,在我们搭建好神经网络模型之后,最_预训练过程更新哪些参数

maven相关-程序员宅基地

文章浏览阅读58次。maven 是组织项目关联、引入java库的插件。项目之间引用、引入java库都标注于pom文件中,pom文件中groupid 标识唯一artificialid 项目名version 版本号 以上三种标识一个jar包。引入需要填<package></package>打包方式。war 直接可以部署在服务器运行。含有web-inf jar 呗编译成的..._mvn reponsitry

随便推点

2021中高级前端面试题合集,知乎上已获万赞-程序员宅基地

文章浏览阅读594次。02 目录下面是这篇文章的目录结构,一般比较简单的问题我就一笔带过了,主要是分享一下比较有难度的知识点,答案来自网上,如果有版权问题我会删除。还有本文只是给出一个大概的知识点,如果想要深入学习还要靠自己去查一下哦!如果答案有错误,欢迎指正!计算机基础前端基础(HTML/CSS)JavaScript前端框架浏览器渲染计算机网络手写代码WebpackNodeES603 计算机基础进程与线程的区别进程是系统进行资源分配和调度的一个独立单位线程是CPU调度和分派的基本单位,_中高级前端面试

交叉线和直通线各自用于什么场合?为什么?_网线的粗细和传输速率有关系吗?6类线为什么比超5类线速率快...-程序员宅基地

文章浏览阅读1.4k次。有朋友问到,网线论粗细吗?为什么6类线比5类线的传输速率快?这是个好问题,我们平时使用的最多的就是网线,关于网线的各种属于却很少了解,做很多项目时,我们都有个错觉,觉得超5类线与6类线区别不大,今天我们来看下,6类线与5类线的区别在那里。一、五类线和六类线的属性对比五类线(CAT5):传输频率为100MHz,用于语音传输和最高传输速率为100Mbps的数据传输,主要用于100BASE-T..._交叉线的速率

威联通(QNAP)IPV6公网访问教程_威联通公网设置-程序员宅基地

文章浏览阅读3.2w次,点赞5次,收藏68次。威联通(QNAP)IPV6公网访问教程威联通路由器IPV6设置一、IPV6获取二、端口设置二、DDNS设置四、成功访问![在这里插入图片描述](https://img-blog.csdnimg.cn/2021011722464478.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxMjM3Njk2MDQ3,size_16,color_FFFFFF_威联通公网设置

Object.prototype.toString方法精确判断对象的类型_object.prototype.tostring获取类型-程序员宅基地

文章浏览阅读297次。在 JavaScript 里使用 typeof 来判断数据类型,只能区分基本类型,即 "number","string","undefined","boolean","object","function","symbol" (ES6新增)七种。对于 数组、null、对象,使用 typeof 都会统一返回 "object" 字符串。要想区别 对象、数组、函数 单纯使用 typeof 是不行的,J..._object.prototype.tostring获取类型

小米摄像头有onvif协议_小米红米5Plus、小米红米Note7、vivoY3对比-程序员宅基地

文章浏览阅读850次。请关注“手机之友”,我们为您每天更新手机比选、价格、评测信息,谢谢!请点击右上角红色的关注键。手机机型:小米红米5 Plus | 小米红米Note 7 | vivo Y3最新价格:1199元|1299元|1298元屏幕尺寸:5.99英寸 | 6.3英寸 | 6.35英寸屏幕类型:缺参数 | 缺参数 | LCD分辨率:2160×1080 | 2340×1080 | 1544×720像素:403ppi..._红米5plus摄像头

【黄啊码】Postman的介绍以及请求头的使用_post请求头-程序员宅基地

文章浏览阅读8k次,点赞3次,收藏23次。Postman介绍1 Authorization:身份验证,主要用来填写用户名密码,以及一些验签字段,postman有一个helpers可以帮助我们简化一些重复和复杂的任务。当前的一套helpers可以帮助你解决一些authentication protocols的问题。;2 Headers:请求的头部信息3 Body:post请求时必须要带的参数,里面放......_post请求头

推荐文章

热门文章

相关标签