- Home /
Missing Player Size Statistics in the Editor Log after build with Unity 5.3
According to http://docs.unity3d.com/Manual/ReducingFilesize.html there is supposed to exist a size statistics in the Editor Log output after a build. But, I can't find anything of that kind in the log file. Tried both Android and iOS builds. Missing or am I missing something?
Answer by brittimus · Jan 19, 2016 at 09:24 PM
It actually is there in 5.3.1f1 I just did a build and checked because I had noticed it missing too. The header for it is missing (Player Size Statistics) but the info is included. Search the text file for "Textures" and it should take you to where it is.
Answer by Charles-Van-Norman · Jan 05, 2016 at 02:03 AM
it's a bug with 5.x, http://forum.unity3d.com/threads/player-size-statistics-missing-in-unity-5.332657/
Answer by doneykoo · Aug 11, 2020 at 07:43 AM
In recent Unity, it is now output as Library/LastBuild.buildreport
It is not directly readable. There is a tool for it: Build Report Inspector.
Ref doc:
https://docs.unity3d.com/Packages/com.unity.build-report-inspector@latest/
Your answer
