Hi! im very worried about something :/
my memory on excport increases greatly after export on node-webkit, i recently added a enemy to my game, the enemy takes less memory on preview than on export, i HAVE NO IDEA why is this happening, im very afraid about this even more after knowing that the memory should go down on export! but not for me
memory without the enemy added:
on preview: 96.83
on export: 122.48
now thats 25mb out of nothing! but i was thinking, hey its just 25MB, maybe its becuase of the music or some shaders, but now after adding the sprite of the new enemy
on preview : 102.74
on export: 130.55
SO! that means that my enemy on export takes 8.07 MB but on preview it takes 5.91MB! so this means that for every object i add to the game, node webkit is adding some random amount of MB. for no apperent reason! even when the memory usage its supposed to go down! and i do have the down scaling to medium quality, so i dont know what happening any idea??