Hi !
I have installed Unity Editor without UnityHub and try to manually activate my license with a command:
./Unity -batchmode -createManualActivationFile -logfile
Unfortunately it always ends up with the same error:
[Licensing::Module] Successfully connected to LicensingClient on channel: “LicenseClient-st-893458” (connect: 0.33s, validation: 0.06s, handshake: 0.00s)
[Licensing::IpcConnector] Successfully connected to the License Notification on channel: “LicenseClient-st-893458-notifications”
[Licensing::Module] Connected to LicensingClient (PId: 6394, launch time: 0.00, total connection time: 0.39s)
[Licensing::Module] Error: Access token is unavailable; failed to update
[Licensing::Client] Error: Code 500 while processing request (status: Unable to update licenses. Errors: No ULF license found.,Token not found in cache)
[Licensing::Client] Error: Code 500 while updating license in client (status: Unable to update licenses. Errors: No ULF license found.,Token not found in cache)
[Licensing::Module] Generating manual activation license file: /opt/Unity-2022.2.0f1/Editor/Unity_v2022.2.0f1.alf
[Licensing::Client] Error: AlfGenerationResponse reported an error:
ResponseCode: 500
ResponseStatus: An unexpected error occurred while processing the request
I was grateful for ideas on how I can thus license without Unity Hub
Thanks !
Here is a document, and the mac one applies to linux as well.
-quit -batchmode -serial SB-XXXX-XXXX-XXXX-XXXX-XXXX -username ‘name@example.com’ -password ‘XXXXXXXXXXXXX’
You can general the serial number of your license from your account portal.
Hello,
thank you for your reply.
I have read this document before.
The command you suggest using is possible when the license is activated and the serial number can be found in the unity portal account. I currently have it there that the license is not activated.
The command I use is also described in the manual license activation documentation:
./Unity -batchmode -createManualActivationFile -logfile
However, I get an error next and, if I all right understand, I can’t generate lizense file from my account in portal.
st-893458:
Hello,
thank you for your reply.
I have read this document before.
The command you suggest using is possible when the license is activated and the serial number can be found in the unity portal account. I currently have it there that the license is not activated.
The command I use is also described in the manual license activation documentation:
./Unity -batchmode -createManualActivationFile -logfile
However, I get an error next and, if I all right understand, I can’t generate lizense file from my account in portal.
indeed you can not generate the serial number this way for unity personal license.
i tried it on my machine tho with unity version 2023.1.0a26, there is no issue for me to generate a .elf file in the same dir.
Might be helpful to share the log file.
Hey there, do you have any updates on this issue?