*QUESTION* -- How can i know the total size of my game? (SOLVED)

is this actually the offficial size of my game?..if it is, i think it’s too large coz im actually in the middle of building my game…im not yet finish…

1 Like

No, that’s the size of your project. Depending on what assets you actually use and how you do. with compression, the game size will differ. The only way to really know is to make a bundle and see how big that gets.

2 Likes

When bundling you can now also generate a neat, detailed, size report, so you know which assets use the most space.

3 Likes

Worth mentioning here is that currently you can only generate a build report when making a iOS or Android bundle. However, there are plans for generating this for desktop builds as well (Windows, OSX, Linux and HTML5) but it’s unsure when that will be implemented.

1 Like