学 号070125分类号本科生毕业论文(设计)
题目: 基于Unity游戏引擎的游戏设计
院(系) 电子与信息工程系专业 计算机科学与技术班级2007级学 生 姓 名指导教师(职称)提 交 时 间 二零一一年五月基于Unity游戏引擎的游戏设计
胡涛
(安康学院电子与信息工程系,陕西安康,725000)
摘 要 游戏,目前已经是最大众化的娱乐之一,而其中的3D游戏也是技术含量较高的项目之一。Unity3D是一个3D游戏开发工具和游戏引擎套件,其中包括了图形、音频、物理、网络等多方面的引擎支持,并且有一个非常强大的编辑器来整合这一切适合于游戏开发。Unity?game engine?based on?game design
HU Tao
(Department of Electronic and Information Engineering, Ankang University,Ankang,725000)
Abstract Game, has been one of the most popular entertainment , of which high-tech 3D game is also one of the projects .Unity3D is a 3D game development tools and game engine kit, which includes graphics, audio, physical, network and other aspects of the engine, and has a very powerful editor to integrate all of this ,very suitable for game development.
This article is Unity3.1.0 for the development environment, design and develop a stand-alone version the three-dimensional game-helicopter war, purpose is to introduce the realization method of the helicopter combat game , and gradually introduced 3D game using Unity3D developed methods and techniques. Through the game production, so I understand, and make a game to do the work, including pre-game planning, material production to the late game design, code, etc., forming a complete 3D games, and Select the platform through Unity3D an executable file. However, this design work done by helicopter combat game is not perfect, start menu, the scene is relatively simple, only one weapon in the game, only one level, these require further design and improvement of the future.
Key Words Game design; Unity3D; Helicopter War目 录
1 绪论1
1.1 引言1
1.2 Unity3D介绍1
1.2.1 Unity3D简介1
1.2.2 Unity3D特色2
1.3 JavaScript脚本语言介绍2
1.4 研究目的及意义3
2 Unity3D界面及基本操作5
2.1 屏幕布局5
2.2 在3D空间查找游戏对象5
2.3 创建游戏对象6
2.4 场景视图导航6
2.5 移动游戏对象6
2.6 缩放游戏对象7
2.7 游戏视图7
2.8 资源的使用7
2.9 复制8
2.10 添加组件8
3 游戏策划9
3.1 游戏的简要介绍9
3.2 背景和情节9
3.3 游戏各角色物品和各场景素材10
3.3.1 角色的设计10
3.3.2 物品的设计10
3.3.3 游戏场景的设计11
3.4 游戏的操作方法11
4 游戏的设计