Print to console
Opened this issue · 0 comments
timcassell commented
Is it possible to print to console while tests are running? I tried Console.WriteLine
and Debug.Log
, and neither of them work. The console just displays # Testing in playmode #
header, then nothing until the tests are complete. Debug.Log
does at least go to the log file, but not the console, and it's too slow.