Experimenting with more robust Unity build error detection which actually shows the real build error

This commit is contained in:
Pavel Shevaev 2023-01-16 16:57:28 +03:00
parent b8f812dd99
commit c632553277
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function unity_batch_exec($func, $build_target = "", $notify = true)
'Exiting batchmode successfully' 'Exiting batchmode successfully'
), ),
array( array(
'UnityException:', 'Build Finished, Result: Failure',
'Aborting batchmode due to failure', 'Aborting batchmode due to failure',
'Launching bug reporter', 'Launching bug reporter',
': error CS', ': error CS',