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 客户服务部。
在命令行上激活您的 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
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.