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?
Unity Editor version: 2020.3.32f1 (12f8b0834f07)
Branch: 2020.3/staging
Build type: Release
Batch mode: YES
System name: Linux
Distro version: #20~20.04.1-Ubuntu SMP Fri Aug 5 12:16:53 UTC 2022
Kernel version: 5.15.0-1017-azure
Architecture: x86_64
Available memory: 7951 MB
[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.
UnityPath="/opt/unity/editors/2020.3.32f1/Editor/Unity"
APIName="HeadlessServer.Build"
"${UnityPath}" -headless -quit -batchmode -executeMethod $APIName -logFile "serverbuild.log"