I have a sports game that makes use of the savegame system to store very large amounts of statistics. It works great in editor. The .sav file sizes are manageable and the system is smooth. However, when playing the game in a packaged/shipping build, the file sizes bloat to over 10x the size that they were compared to in editor.
For example:
In my game, I start a new sports season and simulate one week worth of games. In editor, the save file is 6.43 MB. In packaged build, the save file is 81.6 MB.
Is this to be expected and I’m missing something or is this a bug?
Thank you