摘要: 1.建立一个sprite,自动包含了UISprite(script)组件,然后添加一个UIButton(Script)组件。建立test脚步,主要代码如下,绑定在AudioManager2。 public UISprite u;3.u = this.transform.FindChild("mute... 阅读全文
posted @ 2015-09-16 18:30 liufeiyue 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1.UISprite(Scripte)中的Sprite属于private不能直接替换2.可以利用UIButton(Script)的Sprites属性进行切换 public UISprite u;(将相应的button对象拖到u变量中)u.GetComponent().normalSprite = "... 阅读全文
posted @ 2015-09-16 10:14 liufeiyue 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 两篇写的很好的博客http://www.cnblogs.com/xilentz/archive/2010/05/06/1728945.htmlhttp://www.cnblogs.com/ttzhang/archive/2008/11/03/1325102.htmlTotoiseSVN的基本使用方法... 阅读全文
posted @ 2015-09-15 20:30 liufeiyue 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 本文章转载于:http://www.cnblogs.com/armyfai/p/3985660.html我纯属于为了记录一下。SVN简介:为什么要使用SVN?程序员在编写程序的过程中,每个程序员都会生成很多不同的版本,这就需要程序员有效的管理代码,在需要的时候可以迅速,准确取出相应的版本。Subve... 阅读全文
posted @ 2015-09-15 20:27 liufeiyue 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 转载自风宇冲Unity3D教程学院http://blog.sina.com.cn/s/blog_471132920101crh3.html引言:想用Unity3D制作优秀的游戏,插件是必不可少的。工欲善其事必先利其器。本文主旨是告诉使用Unity3D引擎的同学们如何根据需求选择适当的工具。为此我写了... 阅读全文
posted @ 2015-09-12 10:56 liufeiyue 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 使用movietexture,但是里面只有play,stop,pause3个方法Unity3D 原生就支持视频播放的,不是UITexture而是用MovieTexture。MovieTexture.Playe(); 播放MovieTexture.Pause();暂停MovieTexture.Stop... 阅读全文
posted @ 2015-09-12 10:14 liufeiyue 阅读(854) 评论(0) 推荐(0) 编辑