Hello,
is it possible to view the console (Debug.Log) output in the standalone application? (Using windows) Or exists some other methods to view debug informations? (Without logfile).
Thanks
Hello,
is it possible to view the console (Debug.Log) output in the standalone application? (Using windows) Or exists some other methods to view debug informations? (Without logfile).
Thanks
Debug.Log output from a standalone is saved to the logfile. In the Unity console, click on "Open Player Log". I know you said "without logfile", but I'm not sure why, since using it is simple.
There are quite a few options available. I have found the collection of Debugging Scripts on Unify Community's Wiki Page to be pretty helpful.
You can use our KGFDebug for displaying your logs in runtime in a well structured way.