上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 79 下一页
摘要: Unity协程(Coroutine)原理深入剖析再续By D.S.Qiu尊重他人的劳动,支持原创,转载请注明出处:http.dsqiu.iteye.com 前面已经介绍过对协程(Coroutine)的认识和理解,主要讲到了Unity引擎在执行协程(Coroutine)的原理(Unity协... 阅读全文
posted @ 2014-05-03 11:23 ing... 阅读(5622) 评论(0) 推荐(1)
摘要: 原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/Posted onSeptember 30, 2013byd... 阅读全文
posted @ 2014-05-03 10:50 ing... 阅读(350) 评论(0) 推荐(0)
摘要: 原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-iiipublishing-to-windows-phone-store/InPart IIwe covered how you can publish your g... 阅读全文
posted @ 2014-05-03 10:48 ing... 阅读(348) 评论(0) 推荐(0)
摘要: 原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-ii-publishing-to-windows-8/Windows 8 is a new OS with a Windows Store where you can... 阅读全文
posted @ 2014-05-03 10:47 ing... 阅读(631) 评论(0) 推荐(0)
摘要: 原地址:http://www.unity蛮牛.com/blog-2321-336.htmlShader "Custom/TextureEffect" { Properties { _MainTint("Diffuse Tint",Color) = (1,1,1,1) ... 阅读全文
posted @ 2014-05-03 10:45 ing... 阅读(570) 评论(0) 推荐(0)
摘要: 原地址:http://www.davebost.com/2013/08/30/creating-a-unity-game-for-windows-8Therecent release of Unity 4.2brings with it full-support for deploying Unit... 阅读全文
posted @ 2014-05-03 10:41 ing... 阅读(415) 评论(0) 推荐(0)
摘要: using UnityEngine;using System.Collections;public class Test : MonoBehaviour { public GameObject anObject ; private Camera cam ; private Plan... 阅读全文
posted @ 2014-05-03 10:40 ing... 阅读(369) 评论(0) 推荐(0)
摘要: 原地址:http://game.ceeger.com/Unity/Doc/2011/Unity3D_For_Android.html我自认为抵挡诱惑的能力还是很强大的,关键的时候还能把持住自己。今天逛了一下南京的丹凤街,终于受不住Android这美眉的诱惑。她虽脸蛋不怎么滴,但身材火热,且性感,廉价... 阅读全文
posted @ 2014-05-03 10:37 ing... 阅读(552) 评论(0) 推荐(0)
摘要: FPSDisplay.csusing UnityEngine;using System.Collections; public class FPSDisplay : MonoBehaviour{ float deltaTime = 0.0f; void Update() { ... 阅读全文
posted @ 2014-05-03 10:22 ing... 阅读(1762) 评论(0) 推荐(0)
摘要: 在公司项目开发中,用到了assetbundle,由于是webplayer不像手机,流量限制几乎没有,所以场景都是用assetbundle打包后动态加载的,但是这个过程中,遇到不少坑:1.Editor版本不能读取与自己版本不同的assetbundle这个问题描述起来很简单:比如:老板原来让你用4.1打... 阅读全文
posted @ 2014-05-03 10:20 ing... 阅读(1238) 评论(0) 推荐(0)
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 79 下一页