unity3d毕业设计 下载本文

内容发布更新时间 : 2024/5/11 12:28:54星期一 下面是文章的全部内容请认真阅读。

unity3d毕业设计

【篇一:unity3d塔防游戏论文】

基于android平台的塔防游戏设计

design the tower defense game based on android platform 学生姓名: xx

学生学号: 107102xx

专业名称: 计算机科学与技术 指导教师: xx(副教授) 计算机与信息工程学院 2014年6月16日 独创性声明

本人声明所呈交的毕业设计(论文)是本人在指导教师指导下进行的研究工作和取得的研究成果,除了文中特别加以引用标注之处外,论文中不包含其他人已经发表或撰写过的研究成果,没有伪造数据的行为。

毕业设计(论文)作者签名: 签字日期:2014年6月16日 毕业设计(论文)版权使用授权书

本毕业设计(论文)作者完全了解学校有关保留、使用论文的规定。同意学校保留并向有关管理部门或机构送交论文的复印件和电子版,允许论文被查阅和借阅。本人授权天津城建大学可以将本论文的全部或部分内容编入有关数据进行检索,可以采用影印、缩印或扫描等复制手段保存和汇编本论文。

(保密的毕业设计(论文)在解密后适用本授权说明) 毕业设计(论文)作者签名: 指导教师签名:

签字日期:2014年6月16日 签字日期: 2014年6月16日 摘 要

android是一种基于linux的自由及开放源代码的操作系统,

unity3d是最近几年非常热门的一种跨平台能力强的开发引擎,被广大游戏开发者所喜爱。在目前的android手机应用开发界,unity几乎成为android标准工具。

本文将展示一个用unity软件来设计和开发android塔防游戏的全过程。按照游戏的开发思路,从相关知识介绍、游戏设计、游戏实现到软件测试一步步展开工作,完成毕业设计的最终作品。本文将讲述的重点放在游戏实现这一环节,从第一个场景建立开始,到模

型的导入,讲述脚本的编写等具体细节,直到项目完成;游戏的测试将在unity3d软件中,pc上和android设备上分别进行测试,并分析测试结果。

关键词:android;unity;塔防游戏 abstract

android is a linux-based free and open source operating system, unity3d is very popular in recent years, a cross-platform capability development engine, being loved by the game developers. in the current android mobile application development circles, unity has almost become standard android tools.

this article shows a unity of the software to the whole process of designing and developing android tower defense game.

along the lines of game development, from relevant knowledge by testing, game design, game achieved step by step work, and completed the graduation design of the final product. the focus of this paper will describe in-game to achieve this step, starting from the first scene to establish, to import the model about details such as script writing, until the project is

completed in unity3d software, the game tests, were done on the pc and on your android device to test and analyze the test results.

key words:application development;android;unity;tower defense 目 录

第1章 绪

论 .............................................................................................................................. 1

1.1 选题的目的和意

义 ......................................................................................................... 1

1.2 国内外的发展状

况 ......................................................................................................... 1

1.3 论文组织结

构 ................................................................................................................. 2

第2章 3d游戏的技术知

识 .................................................................................................... 3 2.1 3d图形

库 ........................................................................................................................ 3 2.2 物理引

擎 ......................................................................................................................... 3

2.2.1 物理引擎简

介 .......................................................................................................... 3

2.2.2 物理引擎基本架

构 .................................................................................................. 4 2.3

unity3d ............................................................................................................................ 5 2.3 unity3d简

介 ............................................................................................................... 5

2.3 unity3d基本概

念 ....................................................................................................... 5

第3章 游戏设

计 ...................................................................................................................... 7 3.1 游戏创

意 ......................................................................................................................... 7

3.2 游戏框架结构设

计 ......................................................................................................... 7

3.3 游戏层次结构设

计 ......................................................................................................... 7

第4章 游戏实

现 ...................................................................................................................... 9