Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice
  3. Dismiss Notice

Question Error by manual license activation, without Hub

Discussion in 'Linux' started by st-893458, Jan 15, 2023.

  1. st-893458

    st-893458

    Joined:
    Jan 7, 2023
    Posts:
    5
    Hi !

    I have installed Unity Editor without UnityHub and try to manually activate my license with a command:

    Code (CSharp):
    1. ./Unity -batchmode -createManualActivationFile -logfile
    Unfortunately it always ends up with the same error:

    I was grateful for ideas on how I can thus license without Unity Hub

    Thanks !
     
  2. tylerinthezoo

    tylerinthezoo

    Unity Technologies

    Joined:
    Jun 15, 2022
    Posts:
    97
  3. st-893458

    st-893458

    Joined:
    Jan 7, 2023
    Posts:
    5
    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:

    Code (CSharp):
    1. ./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.
     
  4. tylerinthezoo

    tylerinthezoo

    Unity Technologies

    Joined:
    Jun 15, 2022
    Posts:
    97
    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.
     
  5. JuneXJune

    JuneXJune

    Joined:
    Oct 3, 2023
    Posts:
    1
    Hey there, do you have any updates on this issue?