mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

Richard Kogelnig

For todays a Unity Tool to visualize sizes of Assets included in your build.

github.com/aschearer/unitysize

What else are people using for this task (Unity Size Explorer is a bit old but still works for me)

@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!