- Home /
Can I see debug log(ex:printf) from C++ dll in Unity?
I'm a newbie at Unity.
I'm developing a program that uses external C++ DLL plugin in Unity. I want to see debug log(ex:printf) from C++ DLL.
Can we see C++ dll debug log in Unity by default? or Do I need additional set up process?
Comment