You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is it possible to print to console while tests are running? I tried
Console.WriteLine
andDebug.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.The text was updated successfully, but these errors were encountered: