Is there any log output written in windows when playing a unity app in a web browsers? Like the console in OSX ?
I know in a stand al;one windows build, the log is written to the directory of the app.
Is there any log output written in windows when playing a unity app in a web browsers? Like the console in OSX ?
I know in a stand al;one windows build, the log is written to the directory of the app.
On XP:
C:\Documents and Settings\<Username>\Local Settings\Temp\UnityWebPlayer\log\
On Vista:
C:\Users\<Username>\AppData\Local\Temp\UnityWebPlayer\log\
Although I think it can move around on vista depending on security thingsā¦
Thanks