基于 Unity3D 奇异世界游戏的设计与开发 Design and Development of Strange World Game based on Unity 3D内容摘要□RPG 游戏,又称角色扮演游戏,我相信玩过游戏的人都不会陌生,我们听说过或者见过这个词。玩家在游戏中化身成一个角色去完成某一件事,这种玩法就是角色扮演游戏。角色扮演游戏的核心就是剧情,优秀的剧情更加吸引玩家。本文主要讲述如何使用 Unity3D 引擎和使用C#编程语言,设计和开发一款角色扮演手机游戏,需要怎样设计它的虚拟杆,设计角色和敌人的动画状态机,使用 C#语言编辑角色的伤害,编辑敌人的 AI 寻路和攻击,掉落物品的产生和拾取,以及游戏后期需要添加的内容。□□关键词:Unity3D 动画状态机 C# AIAbstract RPG games, also known as role playing games, I guess ,a lot of people play the game, we have heard or seen the word.The player incarnates into a character to accomplish something in the game, this kind of play is the role playing game.The core of role-playing games is the story, a good story is more attractive to players.This paper focuses on how to use Unity3D engine and using C# programming language, design and develop a role-playing mobile phone games, need to how to design its virtual lever, design character animation of the enemy and the state machine, using c # language editor role and edit the enemy AI pathfinding and attacks, item drop and pick up, need to add the content and the late game.Key words: Unity 3D Animator Controller C# AI目录第一章 意义和背景..............................................................1第二章 Unity3D 引擎........................................................................................................................22.1 Unity 3D 的介绍................................................................................................................22.2 Unity 3D 常用窗口.............................................................................................................