I am using a c++ dll from unity, I need to find a way to get the Std::Out and Std::Error from the .dll, either in a log file or from the console. I tried redirecting the console from c++ to print the std::out to a .txt file, but this does not work from the .dll.
Thanks to everybody can help!!!
↧