Search Issue Tracker
Fixed in 2022.2.X
Fixed in 2020.3.X, 2021.2.X, 2022.1.X
Votes
0
Found in
2019.4
2020.3
2020.3.19f1
2021.1
2021.2
2022.1
Issue ID
1375776
Regression
No
Unity terminates with error code 0 when an exception occurs while importing a package in bach mode
Steps to reproduce:
1. Create an empty project, then close it
2. Download and extract the attached "somePackage.unitypackage" into the created project's folder
3. Open Terminal/Windows Command Prompt and navigate to the Editor location
4. Launch Unity Editor with the following command-line arguments: "Unity.exe -batchmode -nographics -quit -logfile "<project_pathname>\editor.log" -projectPath "<project_pathname>" -importPackage "<project_pathname>\somePackage.unitypackage""
5. Open editor.log in the project's folder and scroll to the bottom of the file
Expected result: last lines read "Scripts have compiler errors. Exiting without the bug reporter. Application will terminate with return code 1"
Actual result: the last line reads "Exiting without the bug reporter. Application will terminate with return code 0"
Reproducible with: 2019.4.32f1, 2020.3.22f1, 2021.1.28f1, 2021.2.1f1, 2022.1.0a13
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2022.2):
Fixed in: 2022.2.0a3
Resolution Note (fix version 2022.1):
Fixed in: 2022.1.0b7
Resolution Note (fix version 2021.2):
Fixed in: 2021.2.11f1
Resolution Note (fix version 2020.3):
Fixed in: 2020.3.28f1