Search Unity

Is there a way to view a log file for a UWP build that fails?

Discussion in 'Editor & General Support' started by fairchild670, Mar 15, 2020.

  1. fairchild670

    fairchild670

    Joined:
    Dec 3, 2012
    Posts:
    69
    Hello there,

    I've been trying to build a game in UWP (it builds on PC and Mac just fine) and I've got everything set up correctly however when I attempt to actually make a build I get a few interesting error messages:

    upload_2020-3-15_9-28-55.png

    There's a message: "Error building Player because scripts had compiler errors" however the game compiles and plays fine in the Editor. The error message above that error is completely blank and I can't seem to find anything in a log file that might help. The Editor.log file does not contain any errors at all. Double clicking on any of the messages doesn't do anything and I tried looking at the Event Viewer as well and couldn't really find anything there. This is for Unity 2017.4.37f1 on Windows.

    Is there a separate log file that might have more information as to what could be causing this issue? Or is there a better way to go about figuring this out?

    Any help would be greatly appreciated, thanks!

    Larry