搜索资源列表
yxbcrm-GameEngine
- 《游戏编程入门》 作者:(美)MICHAEL MORRISON,译者:徐刚 于健 薛雷 这本书介绍了游戏引擎的编写及其应用。但我看这本书的时候没有拿到配套光盘,所以根据书上的部分代码自己补充完成了下面5个代码,和光盘中的例子应该是不一样的。 游戏引擎类:GameEngine,不能编译可执行代码 引擎使用案例:Blizzard、UFO、Slideshow、CropCircle,可以编译执行 这个是-"game programming Easy" Autho
数据存取代码
- 使用unity开发游戏过程中,经常需要存储大量数据。然后在需要时读取某个数据。本段代码很好的处理了这一问题(When developing games with unity, you often need to store large amounts of data. Then read a data when needed. This section of the code is a good deal with this problem)
unity自动寻路脚本
- unity自动寻路脚本,从官方案例中提取的核心代码,创建一个空物体,再创建四个子物体,制造指定路径。