博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
unity第一人称射击游戏_建立自己的第一人称射击游戏:8小时Unity 3D GameDev教程
阅读量:2523 次
发布时间:2019-05-11

本文共 1161 字,大约阅读时间需要 3 分钟。

unity第一人称射击游戏

From Doom to Minecraft, the first-person perspective has really caught on with modern video games.

从《毁灭战士》到《我的世界》,第一人称视角已经真正吸引了现代视频游戏。

In this comprehensive tutorial, you'll learn how to build a first person shooter of your own. You'll use the popular Unity 3D engine.

在这个全面的教程中,您将学习如何构建自己的第一人称射击游戏。 您将使用流行的Unity 3D引擎。

We'll provide all the assets you need, so you can focus on the gamedev coding itself.

我们将提供您需要的所有资产,因此您可以专注于gamedev编码本身。

Here are some things you'll do as part of this 8-hour tutorial:

在这8小时的教程中,您将要做一些事情:

  • Importing the level and configuring the lighting

    导入关卡并配置照明
  • Creating your player

    创建您的播放器
  • Coding your player's movement and jump

    编码玩家的动作和跳跃
  • Mouse controls

    滑鼠控制
  • Sprinting and crouching

    冲刺和蹲伏
  • Animating your player's hands and weapons

    动画玩家的手和武器
  • Switching between weapons

    在武器之间切换
  • Player attack scripting

    玩家攻击脚本
  • Creating a zoom effect

    创建缩放效果
  • Animating the enemy

    动画敌人
  • Enemy AI

    敌人AI
  • Detecting and dealing damage

    检测和处理损坏
  • Creating sound effects

    创造音效
  • Displaying health and stamina using the player stats user interface

    使用玩家统计信息用户界面显示健康状况和耐力

You can watch the video tutorial on the (8 hour watch).

您可以在上观看视频教程(观看8小时)。

‌                                                                                           ‌

翻译自:

unity第一人称射击游戏

转载地址:http://hywzd.baihongyu.com/

你可能感兴趣的文章
BZOJ2213 [Poi2011]Difference 【乱搞】
查看>>
一道关于员工与部门查询的SQL笔试题
查看>>
Canvas基础
查看>>
[Hive - LanguageManual] Alter Table/Partition/Column
查看>>
可持久化数组
查看>>
去除IDEA报黄色/灰色的重复代码的下划波浪线
查看>>
Linux发送qq、网易邮件服务配置
查看>>
几道面试题
查看>>
【转】使用 WebGL 进行 3D 开发,第 1 部分: WebGL 简介
查看>>
js用正则表达式控制价格输入
查看>>
chromium浏览器开发系列第三篇:chromium源码目录结构
查看>>
java开发操作系统内核:由实模式进入保护模式之32位寻址
查看>>
第五讲:单例模式
查看>>
Python编程语言的起源
查看>>
Azure ARMTemplate模板,VM扩展命令
查看>>
(转)arguments.callee移除AS3匿名函数的侦听
查看>>
onNewIntent调用时机
查看>>
MYSQL GTID使用运维介绍(转)
查看>>
04代理,迭代器
查看>>
解决Nginx+PHP-FPM出现502(Bad Gateway)错误问题
查看>>