File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,20 @@ private static void EndUpdate(int returnValue)
232232
233233 if ( Application . isBatchMode )
234234 {
235+ // Hack for unity-builder v3, since it is expecting a build result output
236+ Console . WriteLine (
237+ $ "{ Environment . NewLine } " +
238+ $ "###########################{ Environment . NewLine } " +
239+ $ "# Build results #{ Environment . NewLine } " +
240+ $ "###########################{ Environment . NewLine } " +
241+ $ "{ Environment . NewLine } " +
242+ $ "Duration: 0{ Environment . NewLine } " +
243+ $ "Warnings: 0{ Environment . NewLine } " +
244+ $ "Errors: 0{ Environment . NewLine } " +
245+ $ "Size: 0 bytes{ Environment . NewLine } " +
246+ $ "{ Environment . NewLine } "
247+ ) ;
248+
235249 EditorApplication . Exit ( returnValue ) ;
236250 }
237251 else
You can’t perform that action at this time.
0 commit comments