bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

Uber Console doesnt show compiler errors #19

Closed michidk closed 6 years ago

michidk commented 7 years ago

Uber Console doesnt show compiler errors. If I want to see the compiler errors, I have to switch to the old Unity console.

Can this be fixed?

Kalmalyzer commented 7 years ago

Hi,

under which conditions does this happen? Can you provide some screenshots?

Here is what it looks like if I trigger a recompile (which results in a couple of warning messages) in one of my projects. You can see some Unity error messages (because the game was running) and also a bunch of warning messages:

image

And here is an example of a compile error -- I put "blah" at the top of a source file:

image

michidk commented 7 years ago

I guess this was some kind of edge case. Can't reproduce it myself. Gonna report back if it happens again.

michidk commented 7 years ago

I just reproduced it. Here a the steps:

Screenshot

I used the newest source available right now (just updated the submodule) and Unity 5.5.0f3.

Kalmalyzer commented 7 years ago

Sorry, but I am not able to reproduce this when following your instructions. The error message shows in both Console and Uber Console window for me. I'm using Visual Studio 2015 for editing the code and Unity 5.5.0f3 when testing. Both applications are maximized; I alt-tab between them. Could be that UberConsole was in a bad state due to something else that happened prior to this.

bbbscarter commented 6 years ago

I've not been able to repro this either. Closing for now, until we can get some fresh repro steps.

Thanks for reporting @michidk !