unity-test-runner
unity-test-runner copied to clipboard
Print to console
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.