- Home /
where is Application.ExternalCall(“console.log”, msg) output?
I used console.log in my code, but when I run this, I don't know how to find the output log.
I tried to open "View -> developer -> JavaScript Console", but can't see the debug log. So where is the log?
if (Application.isWebPlayer)
Application.ExternalCall("console.log", msg);
Comment
Answer by Jessespike · Aug 06, 2015 at 06:05 PM
Run your application and open the web browser's console:
Firefox: Tools > Web Developer > Web Console (Ctrl + Shift + K)
Chrome: Tools > Javescript Console (Ctrl + Shift + J)
Your answer
Follow this Question
Related Questions
Capturing log messages 3 Answers
"Unsupported" shader showing in log, but it still works fine? 0 Answers
Multiply by a magnitude 1 Answer