Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Editor won't launch on linux batchmode

Discussion in 'Unity Hub' started by sbkim_morph, Sep 13, 2022.

  1. sbkim_morph

    sbkim_morph

    Joined:
    Apr 21, 2022
    Posts:
    8
    Hi,

    I'm using Ubuntu 20.04.4 LTS version and running unity in batchmode via virtual machine.

    However, intermittently, the editor leaves the following build log and does not run.

    Does anyone know the cause?

    Code (CSharp):
    1. Unity Editor version:    2020.3.32f1 (12f8b0834f07)
    2. Branch:                  2020.3/staging
    3. Build type:              Release
    4. Batch mode:              YES
    5. System name:             Linux
    6. Distro version:          #20~20.04.1-Ubuntu SMP Fri Aug 5 12:16:53 UTC 2022
    7. Kernel version:          5.15.0-1017-azure
    8. Architecture:            x86_64
    9. Available memory:        7951 MB
    10. [SignatureVerifier] Application signature verification not supported on this platform.
    Here are some specs:
    • Ubuntu 20.04.4 LTS
    • Unity version 2020.3.32f1
    And when running Unity, the following command is being executed in a shell script.

    Code (CSharp):
    1.  
    2. UnityPath="/opt/unity/editors/2020.3.32f1/Editor/Unity"
    3. APIName="HeadlessServer.Build"
    4.  
    5.    "${UnityPath}" -headless -quit -batchmode -executeMethod $APIName -logFile "serverbuild.log"
    6.  
     
    Last edited: Sep 20, 2022