Version: 2021.3
许可证和激活
离线(手动)许可证激活

Manage your License through the command line

To use Unity, you need an activated license. For Unity Plus and Pro licenses, you need to get a serial number; for a Unity Personal license, you don’t need a serial number.

You can manage your licenses by using the Unity Hub.

This page covers how to activate a license and return a license by using the command line.

如果您不知道您的 Unity 许可证信息,请与许可证的所有者联系。所有者可以通过 Organization 为您分配一个席位,或者您也可以联系 Unity 客户服务部。

Activate a license from the command line

在命令行上激活您的 Unity 许可证之前,请确保许可证文件夹存在并且您拥有写权限。

Note: The command line procedure only works for Plus and Pro licenses because Personal licenses do not have serial numbers associated with them. Use the Unity Hub to activate Personal licenses. If you have another OS, you can manage your license through the Hub.

在 macOS 上,在 Terminal 中输入以下内容以启动 Unity 并激活您的许可证:

<editor-installation-location> -quit -batchmode -serial SB-XXXX-XXXX-XXXX-XXXX-XXXX -username 'name@example.com' -password 'XXXXXXXXXXXXX'

<editor-installation-location> 替换为实际的 Editor installer 的路径。通常,在 macOS 上类似于:/Applications/Unity/Unity.app/Contents/MacOS/Unity

提示:如果使用 Jenkins 之类的连续集成 (CI) 工具通过命令行激活时,请添加 -nographics 标志以防止 WindowServer 错误。

在 Windows 上,在命令行提示中输入以下内容以启动 Unity 并激活您的许可证:

"<editor-installation-location>" -batchmode -username name@example.com -password XXXXXXXXXXXXX -serial E3-XXXX-XXXX-XXXX-XXXX-XXXX –quit

<editor-installation-location> 替换为实际的 Editor installer 的路径。通常,在 Windows 上类似于:C:\Program Files\Unity\Editor\Unity.exe

运行此命令后等待几秒钟,让 Unity 有足够的时间与许可证服务器进行通信。如果激活失败,您可以打开 Editor.log 查看信息。对于任何激活错误,请检查激活问题为您的问题找到解决方案。

通过命令行退回许可证

在 macOS 上,在 Terminal 中键入以下内容以退回许可证(将 <editor-installation-location> 替换为实际安装位置,例如 /Applications/Unity/Unity.app/Contents/MacOS/Unity):

<editor-installation-location> -quit -batchmode -returnlicense -username 'name@example.com' -password 'XXXXXXXXXXXXX'

在 Windows 上,在命令提示符中键入以下内容以退回许可证(将 <editor-installation-location> 替换为实际安装位置,例如 C:\Program Files\Unity\Editor\Unity.exe):

"<editor-installation-location>" -quit -batchmode -returnlicense -username name@example.com -password XXXXXXXXXXXXX
许可证和激活
离线(手动)许可证激活
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961