Question by
UnbreakableOne · May 30, 2016 at 02:24 PM ·
serializeprogress
How to keep track of player's progress?
Hi,
I need to keep track of a lot of data for my game but I don't know how to keep track of them.
There are 6 shop upgrades and each upgrade affects the player. And each upgrade has 3 levels and each of those has a requirement set of coins and gems to unlock.
6 other shop upgrades that focus on cosmetics.
There are 6 chapters in the game and each chapter has 50 levels and I need to store how many of them are unlocked and how many stars player has got for each of them.
I do know that I need to serialize them at some point so that is not the question, please do not point me towards it.
Thanks.
Comment