Hey Guys.
How can I get the actual final size of my Build/App.
I know the max App size cannot go beyond 100mb, but where is my current size displayed.
Hey Guys.
How can I get the actual final size of my Build/App.
I know the max App size cannot go beyond 100mb, but where is my current size displayed.
The 100mb limit is per asset, not for the whole project. The whole project can be as big as you want, but I would definitely recommend staying well below that.
Thanks George.
But that’s not the question.
I want to know how can I see the Final App size after I build it.
Like an apk file with everything inside it.
Not possible, you’ll have to count the asset sizes manually. However I’ve asked the engineering team to add it to ecs.assets.
Ok, thank you.
Hope it gets implemented soon.
You could do this using your browser’s inspector to see how much data is transferred.
E.g. In Chrome you can open the inspector (ctrl+shift+j) and open the Network tab, and it will show you the size of each asset downloaded, as well as a total size. You’ll want to do this when running the actual app, of course, not in Studio.