简体   繁体   English

我可以“添加模块”到没有统一中心下载的统一编辑器吗?

[英]Can i "add module" to unity editor that download without unity hub?

I downloaded unity editor from unity download archive but now i need the android build support module "also known as android SDK/NDK tools" but the "add module" button missing from hub is there is anyway to fix it or if there is a way to download modules without hub Please help Unity hub 2.4.5 Unity editor 2019.2.9我从统一下载存档下载了统一编辑器,但现在我需要 android 构建支持模块“也称为 android SDK/NDK 工具”,但是集线器中缺少“添加模块”按钮无论如何都可以修复它或者是否有办法下载没有集线器的模块请帮助 Unity hub 2.4.5 Unity editor 2019.2.9

First of all, why do you use the archive Unity version?首先,为什么要使用归档 Unity 版本? You should use the latest versions.您应该使用最新版本。 Second, if you really need to use this version and there is no add modules button, the easiest (and I think the only one) is to download Android Studio, then install the needed SDK/NDK and then provide the path in Unity Editor (Preferences -> External Tools) to it.其次,如果你真的需要使用这个版本并且没有添加模块按钮,最简单的(我认为唯一的)是下载Android Studio,然后安装所需的SDK/NDK,然后在Unity Editor中提供路径(首选项-> 外部工具)。

first of all, android build support module in unity is totally different from SDK/NDK/JDK tools首先,android统一构建支持模块与SDK/NDK/JDK工具完全不同

**if you want to install the build support module using one of blew steps: 1- instead of downloading the unity Editor download the unity installer from this link (you can find all versions of unity and download the right installer), and choose the modules you need to install **如果您想使用以下步骤之一安装构建支持模块: 1- 不要下载统一编辑器,而是从此链接下载统一安装程序(您可以找到统一的所有版本并下载正确的安装程序),然后选择您需要安装的模块

2- easiest way is to open build setting in unity and choose the android from the platform section,if you don't have the module, you will see a button that says open download page, and you can simply download and install the module after clicking that button here is the image . 2-最简单的方法是统一打开构建设置,从平台部分选择android,如果你没有模块,你会看到一个按钮说打开下载页面,你可以简单地下载并安装模块后单击此处的该按钮是图像

**normally when you install the android build support it will install the dependencies automatically, but if there was a problem you can manually download the tools(SDK/NDK/JDK) and use the manual on this link to tell the unity to use your custom tools. **通常当您安装 android 构建支持时,它会自动安装依赖项,但如果出现问题,您可以手动下载工具(SDK/NDK/JDK)并使用此链接上的手册告诉统一使用您的自定义工具。

SDK: the easiest way to install the android studio NDK: download r19 version this link JDK: download jdk8 from this link SDK:安装android studio NDK的最简单方法:下载r19版本这个链接JDK:下载jdk8 这个链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM