游戏引擎unity3d

Game development requires the use of an IDE along with one or two programming language(s). This IDE will be the Game Engine on which you will be developing you game project. In this tutorial, we will learn how to install/setup and use the Unity Game Engine to use it as your game development environment.

游戏开发需要使用IDE以及一种或两种编程语言。 该IDE将是您将在其上开发游戏项目的Game Engine。 在本教程中,我们将学习如何安装/设置并使用Unity Game Engine将其用作您的游戏开发环境。

为Windows设置Unity 3D环境 (Setup Unity 3D environment for Windows)

For using Unity 3D, you have to download the Installer from the Unity's official website. For that, just follow the steps given.

要使用Unity 3D,您必须从Unity的官方网站下载安装程序。 为此,只需遵循给出的步骤。

  1. Download and install the Unity Editor from the link: unity3d.com/get-unity/download/archive

    从以下链接下载并安装Unity编辑器: unity3d.com/get-unity/download/archive

  2. Clicking on the Download (for Windows) button, will show a drop down list of options like this,

    点击“下载(适用于Windows)”按钮,将显示一个下拉列表,如下所示:

    Select your required choice and start the downloading.

    选择所需的选项,然后开始下载。

  3. The installer uses a Download Assistant and has detailed instructions that you need to follow. Unity Download Assistant is a light weight, small sized executable (.exe) program, that will let you select the components of the Unity Editor, which you want to download and install.

    安装程序使用下载助手,并提供您需要遵循的详细说明。 Unity Download Assistant是一个重量轻,体积小的可执行文件(.exe)程序,可让您选择要下载和安装的Unity Editor组件。

  4. Select the editor component to install and then click the Next button.

    选择要安装的编辑器组件,然后单击下一步按钮。

  5. In the next step, if you're not sure which components you want to install, you can leave the default selections, click Next to continue, and follow the installer's instructions.

    在下一步中,如果不确定要安装哪些组件,可以保留默认选择,单击“ 下一步”继续,然后按照安装程序的说明进行操作。

    In the below shown screenshot, some of the check boxes are:

    在下面显示的屏幕快照中,一些复选框是:

    1. Microsoft Visual Studio tools for Unity (is required).
    2. Windows Build Support (if you are planning to make Windows phone based Game as well).
    3. Android Build Support (if you are planning to make Android based Game using Unity 3D).
    4. Rest, leave default selected check-boxes.
  6. Now, let that installer download and install Unity in your PC and then launch the Unity Game Engine after it gets installed.

    现在,让该安装程序下载并在您的PC中安装Unity,然后在安装后启动Unity Game Engine。

在macOS X上安装Unity (Installing Unity on macOS X)

We can either use command line to install Unity 3D on Mac OS X or use the Unity Download Assistant.

我们可以使用命令行在Mac OS X上安装Unity 3D,也可以使用Unity Download Assistant。

使用下载助手进行安装 (Installing using the Download Assistant)

  1. Download the Unity Installer file for your Mac PC from the link: unity3d.com/get-unity/download/archive

    从以下链接下载适用于Mac PC的Unity Installer文件: unity3d.com/get-unity/download/archive

  2. A .dmg file names UnityDownloadAssitant will be downloaded. Double click on it to start the installation process.

    将下载一个名为UnityDownloadAssitant.dmg文件。 双击它以开始安装过程。

    Double Click on the Unity Download Assistant icon to start installation.

    双击Unity Download Assistant图标开始安装。

  3. Agree to the Terms and Conditions and click on Continue. Then you will be asked to select packages to be installed, stick to the default ones, if you are a beginner.

    同意条款和条件,然后单击继续 。 然后,如果您是初学者,将要求您选择要安装的软件包,并使用默认软件包。

使用命令行安装Unity (Installing Unity using the Command Line)

  1. Download the Unity Editor file for your Mac PC from the link: unity3d.com/get-unity/download/archive

    从以下链接为您的Mac PC下载Unity编辑器文件: unity3d.com/get-unity/download/archive

  2. The individual Unity Editors are provided as .pkg files that you can install using the command line.

    各个Unity编辑器以.pkg文件的形式提供,您可以使用命令行进行安装。

  3. This will get installed into the folder /Applications/Unity on the specified target volume. Type the following command first-

    这将安装到指定目标卷上的文件夹/ Applications / Unity中 。 首先输入以下命令-

    sudo installer [-dumplog] -package Unity.pkg -target /
    

    Here Unity.pkg is the filename that we downloaded in step 1.

    这里的Unity.pkg是我们在步骤1中下载的文件名。

  4. Now in order to install the Standard Assets, which will get installed into folder /Applications/Unity/Standard Assets on the specified volume, use the commands-

    现在,为了安装标准资产,该资产将安装到指定卷上的文件夹/ Applications / Unity / Standard Assets中 ,请使用以下命令-

    sudo installer [-dumplog] -package StandardAssets.pkg -target /
    

    The file StandardAssets.pkg can be downloaded from the same drop down from which we downloaded the Unity Editor file in the step 1. Click on the option Standard Assets.

    该文件StandardAssets.pkg可以从下从我们在步骤1单击选项标准资产下载统一编辑文件相同的下降下载。

  5. To install Example Project, which will reside in the folder, /Users/Shared/Unity/Standard-Assets on the specified volume, the command will be-

    要安装示例项目(该示例项目位于指定卷上的/ Users / Shared / Unity / Standard-Assets文件夹中),该命令将是-

    sudo installer [-dumplog] -package Examples.pkg -target /
    

    The file Examples.pkg can be downloaded from the same drop down from which we downloaded the Unity Editor file in the step 1. Click on the option Example Projects.

    可以从在步骤1中下载Unity Editor文件的下拉列表中下载文件Examples.pkg 。单击选项Example Projects

资产商店 (Assets Store)

Unity based game Developers can get the assets from the assets store as well. Just follow the link given below:

基于Unity的游戏开发人员也可以从资产商店获取资产。 只需点击以下链接即可:

Visit: Unity Asset Store

访问: Unity Asset Store

翻译自: https://www.studytonight.com/3d-game-engineering-with-unity/installing-game-engine

游戏引擎unity3d

游戏引擎unity3d_安装Unity 3D游戏引擎相关推荐

  1. Unity 3D游戏开发项目《战斗吧!勇士》

    目录 版权声明:本博客涉及的内容是对本人游戏作品<战斗吧!勇士>项目的总结,发布在网络上,旨在大家交流学习.互相促进.严禁用于其他一切用途. 摘要 游戏开发技术概述 Unity 3D 游戏 ...

  2. Unity 3D游戏代码编程学习教程 Full Guide To Unity 3D C#: Learn To Code Making 3D Games

    Unity 3D游戏代码编程学习教程 Full Guide To Unity 3D & C#: Learn To Code Making 3D Games Full Guide To Unit ...

  3. 雨松MOMO《Unity 3D游戏开发》源码公布

    原创文章如需转载请注明:转载自雨松MOMO程序研究院 本文链接地址:雨松MOMO<Unity 3D游戏开发>源码公布 下载源码时,首先大家请登陆图灵社区找到<Unity 3D游戏开发 ...

  4. 【Unity 3D游戏开发】在Unity使用NoSQL数据库方法介绍

    随着游戏体积和功能的不断叠加,游戏中的数据也变得越来越庞杂,这其中既包括玩家产生的游戏存档等数据,例如关卡数.金币等,也包括游戏配置数据,例如每一关的配置情况.尽管Unity提供了PlayerPref ...

  5. unity 3d游戏开发_使用Unity 5开发3D游戏

    unity 3d游戏开发 If there's one thing cooler than playing games, it's building games. 如果有比玩游戏更酷的一件事,那就是构 ...

  6. Unity 3D游戏发布到Android平台

    Android 是目前最流行的一个词,Android 的游戏.软件等几乎是人们每天都要用到的.要将 apk 文件发布到 Android 平台,必须先安装两个工具:Java(JDK)和 Android ...

  7. 《Unity 3D 游戏开发技术详解与典型案例》——1.1节Unity 3D基础知识概览

    本节书摘来自异步社区<Unity 3D 游戏开发技术详解与典型案例>一书中的第1章,第1.1节Unity 3D基础知识概览,作者 吴亚峰 , 于复兴,更多章节内容可以访问云栖社区" ...

  8. Unity 3D 环境特效||Unity 3D 游戏场景设计实例

    Unity 3D 环境特效 一般情况下,要在游戏场景中添加雾特效和水特效较为困难,因为需要开发人员懂得着色器语言且能够熟练地使用它进行编程. Unity 3D 游戏开发引擎为了能够简单地还原真实世界中 ...

  9. Unity 3D - 游戏开发中的Lua

    Unity 3D - 游戏开发中的Lua : 本文作者:秦元培, 本文出处:http://blog.csdn.net/qinyuanpei/article/details/39826323 前言 : ...

最新文章

  1. MySQL面试题 | 附答案解析(六)
  2. win10解决Mysql net start mysql启动,提示发生系统错误 5 拒绝访问
  3. Android 依赖注入可以更简单 —— 新版本 Dagger 2 使用教学
  4. 总在说 Spring Boot 内置了 Tomcat 启动,那它的原理你说的清楚吗?
  5. go hive skynet_MMORPG游戏服务器技术选型参考-Go语言中文社区
  6. java基础 第八章(静态成员的调用 、 封装)
  7. 如何在 Kubernetes Pod 内进行网络抓包
  8. golang *time.Time类型转*timestamppb.Timestamp
  9. Android报加密错误,在android中解密使用aes/gcm/nopadding加密的消息时出错
  10. gis 大屏_数据可视化大屏的前景如何
  11. 见贤思齐焉,送3本新书
  12. 统计1到2021中6的个数
  13. python笔记38-使用zmail发各种邮件案例代码
  14. Ubuntu 16.04 双网卡 同时上内外网
  15. 小米fortnite_“ Fortnite”发行商Epic Games希望从内部改变App Store业务 杂色的傻瓜...
  16. 某位死磕成都的程序员面试总结,字节+OPPO+研究所+国企,应该选择国企吗?
  17. 最容易理解的REST,以及RESTful
  18. HFSS仿真背馈微带天线(线极化)学习笔记
  19. ArrayList与LinkedList的性能分析
  20. AD18设置菜单为中文

热门文章

  1. 2018年最新人工智能书单,总有一本你爱的丨文末送书
  2. 百度地图多点路线规划_自驾游必备,多地点路线规划功能已经出炉了!!!
  3. Javaweb开发了解前端知识四、Jquery(二)
  4. Unity-3D捕鱼达人小游戏开发 —— 起因和开始的设置以及准备工作
  5. (纯原创) 基于JAVAWEB的网上购物平台(完整源代码)
  6. ue修改倚天服务器时间,用UltraEdit Color Scheme Manager修改UE的配色主题
  7. Ubuntu18.04英伟达驱动的安装
  8. 解决阿里云服务器外网不能访问的问题
  9. 蓝牙怎么实现传输的_原来手机蓝牙有6个用法!很多人只用过一个,剩下5个很神奇...
  10. react 组件引用组件_动画化React组件