Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Unity 2018.3.0b1 returns exit code 0 even though project is not compiling

Discussion in '2018.3 Beta' started by Clay_More, Sep 21, 2018.

  1. Clay_More

    Clay_More

    Joined:
    Dec 17, 2015
    Posts:
    11
    After upgrading project to version 2018.3.0b1, our automatic-integration server stopped working. After short investigation I've noticed that runinng unity from command line results with exit code 0 even though project has compilation errors. Did someone else also encountered this problem?
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
  3. Clay_More

    Clay_More

    Joined:
    Dec 17, 2015
    Posts:
    11
    @Peter77 It is not issue with Building application, but with tests in editor only (running unity from command line with -runEditorTests argument). So far unity exited with fail code whenever any compilation error in project was found. After update to new version of unity, it's not the case.