网站大量收购闲置独家精品文档,联系QQ:2885784924

Unity3d_FPS游戏教程3..doc

  1. 1、本文档共12页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Unity3d_FPS游戏教程3.

FPS游戏教程3 Part 3: Advanced FPS 第三部分 高级FPS This advancedlevel tutorial extends upon the previous FPS tutorials by introducing game elements such as waypoints, enemy AI, ragdolls and animation. 这个高级教程是原先FPS教程的延伸,介绍游戏元素,例如路径点、敌人AI,布偶和动画。 Prerequisites 先决条件 This tutorial assumes that you are familiar with the Unity interface and basic scripting concepts. Additionally, you should already be familiar with the concepts discussed in Part 1 and 2 of the FPS tutorial series. 这个指南已经默认了你已经熟悉了Unity界面和基本的脚本概念。你已经熟悉了第一部分和第二部分的FPS概念的讨论。 Setting up设置 We’re going to build upon the previous FPS tutorial, so we’ll begin by opening that: 我们将延伸我们的FPS教程,让我们开始吧: Open the previous project (FPS Tutorial 2). 打开原先的项目(FPS 教程 2) Waypoints 路径点 This section will introduce waypoints to our game, these are used to inform the robots of the path that they can walk around. Let’s add three waypoints to our game: 这一节将介绍路径点到我们游戏中,即告知机器人它们能够在周围巡逻的路径,让我们增加三个路径点到我们游戏中: Create an empty game object and rename this to Waypoint. Make sure the game object is placed approximately one meter above the ground level. 建立一个空的游戏对象并且重命名它为路径点(Waypoint),确保游戏对象被定位在地面上大约一米左右。 Add AutoWayPoint script to Waypoint. Notice how the empty game object now displays a W in the Scene View. 给路径点增加一个自动路径点(AutoWayPoint)脚本,注意怎么在场景视窗中显示空游戏对象(按W键) Duplicate the WayPoint game object twice and arrange the waypoints in a triangle shape (position quite far apart). 重复制作两个路径点游戏对象并且把它们排成一个三角形(距离远一些) Check that the waypoints are visible to each other by firstly clicking on any waypoint then selecting Update Waypoint from the context menu of the AutoWayPoint script (the rightmost button on the component in the Inspector View). A green line will be drawn between visible waypoints, a red line for those which don’t have a clear line of sight. 检查一下这些路径点应该是彼此可见的,首先单击任一个路径点然后在自动路径点(AutoWayPoint)脚本的关联菜单上选择更新路径点(在检查视窗的组件上的最右边按钮),一个绿色的线将在可见的路径点之间画出来,一个红色的线表示视野中没有清晰的线。 We have now described the path that an enemy can walk around, now let’s add an oppon

文档评论(0)

gangshou + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档