Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.0p2
Issue ID
955748
Regression
No
Build process does not set ERRORLEVEL in non-batchmode
To reproduce:
1. Adjust the paths in the batch file to your local Unity path.
2. Run the batch file to build in -batchmode
3. Note the window should go red to indicate ERRORLEVEL was 1.
4. Press a key to continue, the batch file will then build without -batchmode.
5. Note the window goes green to indicate ERRORLEVEL was 0.
Expected: -batchmode and non batchmode should set the same return value.
Reproduced in 5.6.4f1, 2017.1.0p5, 2017.3.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play Mode
Add comment