I am following the tutorial on Unitys Web site on how to Reduce File Size of a web build but Whem I follow the part mine dont show the Staticts of the player : “After Unity has completed building a player, it prints an overview of what type of asset took up the most file size, and it prints which assets were included in the build. To see it just open the editor console log: Open Editor Log button in the Console window (Window → Console” How do I get this information?
1 Answer
1It’s not in the in-editor Console. There’s a separate text file.
See: Unity - Manual: Log files
Mac OS X: ~/Library/Logs/Unity/Editor.log
Windows Vista/7: C:\Users\username\AppData\Local\Unity\Editor\Editor.log
Open the file and search for “Statistics”.
Thanks just missed the Statistics in it.
– davidflynn2