Problem with logging system in Unity 5.4 build for standalone windows 64

Hello!
I’ve downloaded unity 5.4 version and built my game for Windows x86_64. I put a flag to create development build. I launched my game and didn’t find my output.log file in EXECNAME_Data\output.log.
I tried to build on other computer and results is the same.
I also checked that in previous version of Unity everything is fine.I didn’t use any specific command line arguments to launch application.

What should I check? Where do I need to look it?

Hey,

this is probably related to this problem - No output_log since 5.4? - Unity Engine - Unity Discussions

1 Like

Yes, that’s it! Thank you! My log file was here: “C:\Users\USERNAME\AppData\LocalLow\COMPANYNAME\PROJECTNAME\output_log.txt”