Hey there, I would like my debug log in the unity console (in the editor) to be saved to a .log file somewhere, with a name like debug.log. So when in the script there is something like,
if (1 = 1) {
debug.log ("That's right")
}
have that debug log saved to a file that can be accessed by the end user and sent to the devs for further support. :)
thanks alot,
Wilson
↧