码迷,mamicode.com
首页 >  
搜索关键字:unity3d ngui    ( 4745个结果
组件、对象的获取方式
private TweenPosition tween;//获取TweenPosition组件()ngui) public List<InventoryItemGrid> itemGridList = new List<InventoryItemGrid>();//InventoryItemGrid ...
分类:其他好文   时间:2017-05-20 13:50:15    阅读次数:113
神马都是浮云,unity中自己写Coroutine协程源代码
孙广东 2014.7.19无意之间看到了,Unity维基上的一篇文章, 是关于自己写协程的介绍。 认为非常好,这样能更好的了解到协程的执行机制等特性。还是不错的。原文链接地址例如以下:http://wiki.unity3d.com/index.php?title=CoroutineScheduler ...
分类:编程语言   时间:2017-05-20 13:22:26    阅读次数:223
NGUI中的Tween Position动画
using System.Collections;using System.Collections.Generic;using UnityEngine; public class Inventory : MonoBehaviour { public static Inventory _instanc ...
分类:其他好文   时间:2017-05-20 13:17:59    阅读次数:196
如何安装破解Unity, 以
1、Unity官方网址:http://unity3d.com 系统会根据网址IP,自动转到中国区,网址变为:http://unity3d.com/cn/ 点击“获取Unity” 2、选择Personal 版,下载安装程序。 下载的仅是是一个“下载器安装器”。 3、双击打开,进行安装 next > I ...
分类:编程语言   时间:2017-05-19 20:19:06    阅读次数:208
【Unity3D】 KeyCode 键码
Key codes returned by Event.keyCode. These map directly to a physical key on the keyboard. KeyCode是由Event.keyCode返回的。这些直接映射到键盘上的物理键。 Values值 None Not ...
分类:编程语言   时间:2017-05-19 20:15:40    阅读次数:332
Unity3D 玻璃 Shader
?? Shader "Custom/Glass" { // Upgrade NOTE: replaced 'SeperateSpecular' with 'SeparateSpecular' Properties { _Color ("Main Color", Color) = (1,1,1,1) ...
分类:编程语言   时间:2017-05-19 19:36:02    阅读次数:307
unity font研究小结
项目用ngui制作的界面。字体使用了unity默认的Arial,公布后在一些android手机上发现中文不显示,就此作了一些调查。 參考unity的font说明文档:http://docs.unity3d.com/Manual/class-Font.html,http://game.ceeger.c ...
分类:编程语言   时间:2017-05-19 19:27:25    阅读次数:232
用CGI作为unity3d服务器存储数据
unity3D 获取数据 unity3D获取的数据 ...
分类:编程语言   时间:2017-05-19 13:27:48    阅读次数:224
自然语言交流系统 phxnet团队 创新实训 项目博客 (六)
从你进入软件开始,你就建立了和服务器的联系。这是一段和服务器的长连接,直到你退出此软件。 2D文字聊天界面大致实现了文字输入、发送消息、接收消息、你可以通过点击按钮让机器人开启聊天模式或者学习模式、又或是进入3D语音聊天界面或者退出。在assets文件夹下导入NGUI(使用的是3.6.8版本的.un ...
分类:编程语言   时间:2017-05-18 23:09:03    阅读次数:253
动态批处理
Unity中的批处理优化与GPU Instancing http://forum.china.unity3d.com/thread-22714-1-3.html unity静态批处理原理理解 http://www.cnblogs.com/zblade/p/6814803.html ...
分类:其他好文   时间:2017-05-18 20:02:32    阅读次数:138
4745条   上一页 1 ... 91 92 93 94 95 ... 475 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!