For todays #toolstuesday a Unity Tool to visualize sizes of Assets included in your build.
https://github.com/aschearer/unitysizeexplorer
What else are people using for this task (Unity Size Explorer is a bit old but still works for me) #tools #unity #unity3d
@RichardKogelnig I believe Unity now includes some reporting of the assets in the project themselves. I don't know where the options are from the top of my head, but there are ways to see the asset importer log, and Unity's build reports also contain information about what is included in each build. I think there's a preview package to read them in the editor?
Otherwise I also use the Memory Profiler to see what assets are being loaded into RAM when the game is running. Been very useful so far!
@jorgegamedev Ha - i knew there was maybe something better out there - looking into this now: https://github.com/Unity-Technologies/ProjectAuditor/blob/master/Documentation~/index.md