Search Issue Tracker
Not Reproducible
Votes
2
Found in
2019.4
2019.4.6f1
2020.1
2020.2
2021.1
Issue ID
1267825
Regression
No
[Linux] Build process does not shut down after completing successfully when building through the command line
Reproduction steps:
1. Download the FPS Microgame project through Unity Hub
2. Open it, then close and save the project
3. Build the project through the command line
Expected result: The build succeeds and the process is closed
Actual result: The build succeeds, but the process is not closed and gets stuck on the message "Batchmode quit successfully invoked - shutting down!"
Reproducible with: 2019.4.18f1, 2020.1.17f1, 2020.2.2f1, 2021.1.0b2
Could not test with: 2018.4.30f1 (due to errors when importing project)
Notes:
- Tested on Ubuntu 18.04
- To build through the command line, this command was used:
/Path/To/Unity -batchmode -nographics -quite -projectPath /Path/To/Project -buildLinux64Player /Path/To/Directory
- This issue seems to not be consistent. Different projects might not reproduce the issue at all or reproduce it at a different pace.
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Antoine_Dezarnaud_Epnp
Apr 21, 2021 08:01
We launch the build as follow :
"$pathToUnity" -batchmode -nographics -quit -projectPath "$sourceFolder" -executeMethod EditorTools."$finalMethodName"
Unity launches an editor c# method that launches the build.
Antoine_Dezarnaud_Epnp
Feb 05, 2021 08:52
Encountered this bug too with 2019.4.18f1.
It's really blocking our company's delivery pipeline