Submit a license request from the command line to manually activate your license if you’re unable to use the other activation methods.
Note: The manual activation method works only with plans other than Unity Personal. |
The default installation path for the Unity Editor is "C:\Program Files\Unity\Hub\Editor\<version>\Editor\Unity.exe"
.
To manually activate your Unity license, follow these steps:
.alf
) from the command line. You must do this step from the computer where you installed Unity..alf
file to generate a Unity license file (.ulf
) from Unity. You must do this step from any computer that has internet access..ulf
file to activate your license from the command line. You must do this step from the computer where you installed Unity.Important: You must run this command from the computer where you installed Unity, but the computer doesn’t need internet access for this step to work.
Open a Command Prompt as an administrator. If you lack administrator privilege, make sure you run this procedure’s command from within your user profile folder.
Make sure you’re aware which directory you’re in. The directory you run the command from is the same directory where the .alf
file is output.
Enter the following command, replacing <editor-installation-location>
with the actual full path to Unity.exe
:
"<editor-installation-location>" -batchmode -createManualActivationFile -logfile
Note: This command doesn’t return output to the Command Prompt. When the command completes, it returns control to the command prompt.
When the command completes, check the directory where you ran the command to make sure it created an activation license file, such as Unity_v2022.2.0b4.alf
. If you experience issues, see Troubleshooting.
Now you are ready to generate a Unity license file.
Assuming you installed a 2022.2.0b4
Editor at "C:\Program Files\Unity\Hub\Editor\2022.2.0b4\Editor\Unity.exe"
, the command for this step is:
"C:\Program Files\Unity\Hub\Editor\2022.2.0b4\Editor\Unity.exe" -batchmode -createManualActivationFile -logfile
The next step is to use the license activation file (.alf
) that you just created to request a Unity license file (.ulf
).
Important: You can generate a Unity license file from any computer; it doesn’t necessarily need to be the same computer where you installed Unity. However, the computer you use in this step must have an internet connection.
Go to id.unity.com and make sure you’re signed in to your Unity ID. You need a valid login to request a Unity license file.
Use the same browser session to go to license.unity3d.com/manual. The Manual activation page appears.
Note: If you experience issues accessing this page, try pasting https://license.unity3d.com/manual
into your browser’s address bar.
Select the Browse button and use your computer’s file browser to select the license activation (.alf
) file from the create a license request file step.
If the upload was successful and Unity detected that the file you chose was a license activation file, the filename appears in the text box with a green check mark. If you see a red X instead, try again.
Select the Next button. The Activate your license page appears.
Enter the serial key you received in an email when you purchased a single license. You need to enter the key in the exact format that it appears in the email. For example, PS/SC/E3-XXXX-XXXX-XXXX-XXXX
.
Select the Next button. The Download license file page appears.
Select the Download license file button. If prompted, allow downloads for the license.unity3d.com/manual page.
Open your browser’s downloads location and confirm the new Unity license file, which has a .ulf
extension. For example, Unity_v2017.x.ulf
.
Now you are ready to activate your Unity license from the command line.
Important: You must run this command from the computer where you installed Unity, but the computer doesn’t need internet access for this step to work.
Make sure you know the following paths:
<editor-installation-location>
is the actual full path to Unity.exe
.<yourUlfFile>
is the full path of the .ulf
file you generated in the generate a Unity license file step.Open a Command Prompt as an administrator. If you lack administrator privilege, make sure you run this procedure’s command from within your user profile folder.
Run the following command, replacing <editor-installation-location>
and <yourUlfFile>
with the actual full paths:
"<editor-installation-location>" -batchmode -manualLicenseFile <yourUlfFile> -logfile
Note: This command doesn’t return output to the Command Prompt. When the command completes, it returns control to the command prompt.
When the command completes, you can view your active license in the Hub by opening the Preferences menu () and selecting Licenses. If you experience issues, see Troubleshooting.
This example assumes that you:
2022.2.0b4
Editor at "C:\Program Files\Unity\Hub\Editor\2022.2.0b4\Editor\Unity.exe"
.ulf
file and stored it at "C:\Users\myAccount\Downloads\Unity_v2017.x.ulf"
"C:\Program Files\Unity\Hub\Editor\2022.2.0b4\Editor\Unity.exe" -batchmode -manualLicenseFile "C:\Users\myAccount\Downloads\Unity_v2017.x.ulf" -logfile
If the command line operations don’t yield the expected results, view the Editor.log
file. Check the location of this file in Log Files.
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.