Unity3D说明文档翻译-Downloading and Installing Unity

Downloading and Installing Unity

下载和安装Unity

You can download and install the Unity Editor from the Unity Website; unity3d.com/download.

你可以从Unity官网unity3d.com/download下载Unity编辑器.

The installer uses a Download Assistant and has detailed instructions to follow. (If you want to download the Unity editor using a torrent or install several versions of Unity at once, you can find out about this via Torrent Download below.)

你可以用下载助手下载安装程序,他有详细的说明.(如果你想用种子下载Unity编辑器或同时下载几个版本的Unity,你可以通过bt下载.)

Unity Download Assistant

Unity下载助手

From Unity version 5.0 onwards, the Unity Download Assistant, a small executable program (approximately 1 MB in size), lets you select which components of the Unity editor you want to download and install. If you are not sure which components you want to install, leave the default selections and click on Continue, following the installer’s instructions.

Unity 5.0以前,Unity下载助手是一个小可执行程序(大约1MB),你可以自由选择下载安装哪些Unity编辑器组件,跟随安装说明,去掉默认选项点击继续.

Unity Download Assistant - Leave the default selections if youre not sure which to choose

下载助手-如果你不确定要如何选择跟着默认选择走

 

Installing Unity without the Download Assistant

不用下载助手安装Unity

If you prefer, you can download and install all the components separately, without using the Download Assistant. The components are normal installer executable programs and packages, so you may find it simpler, especially if you are a new Unity user, to use the Download Assistant. Some users, such as those wishing to automate deployment of Unity in an organization, may prefer to install from the command line.

如果你喜欢,你可以不用下载助手,分别下载和安装所有的组件.所有组件都是通常的可执行程序和包,所以你会发现它很简单,特别是如果你是一个新手.有些用户,比如那些希望在组织内自动部署Unity的会更喜欢用命令行安装.

Installing Unity on Windows from command line

通过Windows命令行安装Unity

The following options can be used when installing the Unity Editor and other components from command line on Windows. Note that installer command line arguments are case-sensitive.

Windows系统上用命令行安装Unity编辑器和其他组件会用到如下选项.注意在命令行安装时要区分大小写.

Unity Editor install
Unity编辑器安装

 

 

/S

Performs a silent (no questions asked) install.

/D=PATH

Sets the default install directory. Useful when combined with the silent install option. Default folder is C:\Program Files (x86)\Unity\ (32-bit) or C:\Program Files\Unity\(64-bit)

/S 执行静默(无询问)安装.

/D=PATH 设置默认安装目录.当你结合静默安装选项时很有用.默认安装在C:\Program Files (x86)\Unity\ (32) C:\Program Files\Unity\ (64)

Example:

例如

UnitySetup64.exe /S /D=E:\Development\Unity

Install Unity silently to the folder E:\Development\Unity, which will be the root of the Unity installation. The Unity editor executable will in this case be installed in E:\Development\Unity\Editor\Unity.exe. “/D” argument must be last and without quotes, even if path contains spaces.

重置Unity安装设置使其静默安装在E:\Development\Unity文件夹上.Unity的可执行程序安装在E:\Development\Unity\Editor\Unity.exe.参数"/D"即使包含空格也必须去掉引号放在最后.

Unity Editor uninstall
Unity编辑器卸载

Silent uninstall can be performed using the following steps:

通过下列步骤进行静默卸载:

1.       Run Uninstall.exe /S e.g. from command line or a script

2.       Note, although the process will finish right away, it takes a few seconds before the files actually have been removed. The reason for this is that the uninstaller is copied to a temporary location, in order to be able to remove itself. Also make sure the working directory is not inside the Unity install location, as it won’t be able to remove the folder in that case.

通过命令行或脚本运行以下命令:Uninstall.exe /S .

注意,尽管进程会立刻结束,但文件完全删除还会花费一些时间.原因是卸载器会被复制到一个临时位置,以便删除它自己.并且确保工作目录不是在Unity安装位置,否则此文件夹不会被删除.

Web Player install
网页播放器安装

Silently install webplayer (No option to specify install folder):

静默安装网页播放器(没有文件夹特别安装选项):

UnityWebPlayer.exe /S

Standard Assets install
基本资源安装

Silently install Standard Assets. If specifying folder, use the Unity “root” folder, i.e. the folder containing Editor folder and not where Unity.exe is installed into.

静默安装基本资源.如果要安装在特定文件夹,即不和Unity.exe安装在一起,可以重置文件夹.

UnityStandardAssetsSetup.exe /S /D=E:\Development\Unity

Example Project install
示例项目安装

Silently install Example Project. Default folder is C:\Users\Public\Documentation\Unity Projects\Standard Assets Example Project

静默安装示例项目.默认文件夹是C:\Users\Public\Documentation\Unity Projects\Standard Assets Example Project

UnityExampleProjectSetup.exe /S /D=E:\Development\Unity

Installing Unity on OS X from command line

OS系统上通过命令行安装Unity

The individual Unity installers are provided as .pkg files, which can be installed using installer as described below.

个别Unity安装器提供了.pkg文件,安装详情如下.

Unity Editor install
Unity编辑器安装

Installs into folder /Applications/Unity on the specified target volume:

安装在特定文件夹/Applications/Unity.

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

Web Player install
网页播放器安装

The Unity Web Player is installed in /Library/Internet Plug-ins/Unity Web Player.plugin on Mac.

在苹果系统上Unity网页播放器安装在/Library/Internet Plug-ins/Unity Web Player.plugin

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

Standard Assets install
基本资源安装

Installs into folder /Applications/Unity/Standard Assets on the specified volume:

安装在特定文件夹/Applications/Unity/Standard Assets.

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

Example Project install
示例安装

Install into folder /Users/Shared/Unity/Standard-Assets on the specified volume:

安装在特定文件夹/Users/Shared/Unity/Standard-Assets.

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

Torrent Download

种子下载

If you’d prefer to download Unity via a BitTorrent client, you can download get a Torrent link from our download archive page. Not all versions have a torrent download. If a version is available to download as a torrent, the option will be present in the “downloads” dropdown menu.

如果你喜欢用bt下载Unity,你可以通过我们的下载页面下载bt种子.如果一个版本可以用bt下载,它的就存在于"downloads"下拉菜单上.

Downloading Unity via a Torrent

通过种子下载Unity

 

Installing Several Versions at Once

一次安装多个版本

You can install as many versions of Unity as you like on the same computer. The installer on a Mac will always create a folder called “Unity” and will overwrite any existing folder with this name. However, if you rename the folder to something else before installing then both versions can happily live on the same computer. On a PC the install folder is always named “Unity X.Y.Z[fp]W”, where the ‘f’ is for an official release, and ‘p’ is used to mark a patch release.

只要你喜欢你可以在同一台电脑上安装多个Unity版本.苹果系统总是创建一个"Unity"文件夹并且覆盖文件夹内任何现存相同名字的文件.当然,如果你重命名以前安装版本的文件夹那么两个版本就可以愉快的共存了.在个人电脑上安装文件夹通常命名为"UnityX.Y.Z[fp]W","f"用于官方发布,"p"用于补丁发布.

We strongly recommend that you choose the new folder name carefully (eg, add the version number to the end of the name, “Unity4”, etc). Also, be aware that any existing shortcuts, aliases and links to the offline docs will no longer point to the old version of Unity. This can be particularly confusing with the offline docs; if you suddenly find that browser bookmarks to the offline docs no longer work then check that they have the right folder name in the URL.

我们强烈建议你谨慎选择新文件夹名字(比如,在名字后面添加版本号等).并且,要明白任何现存快捷方式,别名和脱机文档链接不要指向旧版本Unity.这会造成很大的迷惑.如果你忽然发现脱机文档的浏览器标签不能使用,尝试检查它的URL是否正确.

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值