I want to see Debug.Log output and other output from a standalone build. is the possible? I ticked that Debug Build check box but i’m not sure what it does.
Debug.Log etc will always work even in a non debug build
The Debug Build check box makes the standalone include debug symbols. This isn’t related to Debug.Log, as dreamora mentioned.
–Eric
How and where do i view console output though?
In output_log.txt in the yourgameName_Data directory which will be in the same folder as your games executable (on PC, if you’re on Mac I’m not sure where it would be)
Nevermind, Eagle got it.
In the standard console logs.
–Eric
sweet, thank you