My game size is to big
Rexipexi
Member Posts: 17
Hello!
I am creating a very simple game. But some how, now when I am finished
the project size is 27 mb.
I dont rly understand how it can be that big, and I have tried to remove some actors but
the size does not get smaller.
Is there a way to make the game smaller?
Thanks for all the help!_
Answers
27 MB isn't that large. That's pretty small in fact. You should be fine submitting to Apple, Amazon, Google Play, you name it. There should be no issues with an app that size.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Maybe try reducing the file sizes of your images and sounds? For the images, make sure they are numbers raised to the power of two (512x512, 256x1024, etc.). Apparently, using images that are larger than that by even one pixel can cause memory usage to be doubled.
@asheft
Sorry to sound like I am being negative towards your suggestions but . . .
I really wouldn't bother, why reduce the quality of an already tiny game just to squeeze it into some arbitrary file size ? 27mb is already tiny.
Square numbers = 1, 4, 9, 16, 25, 36 . . . . etc. The numbers you should ideally be sticking to are numbers raised to the power of 2.
Just to be clear, 'deviate' should really be simply 'larger than' - i.e. if an image is larger than one of the powers-of-two numbers by even a single pixel it will double memory usage.
Lots of that information is very out of date and no longer relevant, a lot of it was wrong in the first place !
I use our free PNG tool to reduce sizes of the images without any noticeable loss in quality (try the different compression settings).
It has many other uses as seen below.
Darren.
I removed a lot of images from my image library and that took the game from 27 MB down to 12 MB, if that helps anyone