Keeping track of scores per level
What have you found to be the best way to keep track of the scores on a per level basis?
I was thinking of just having Game Attributes, but then wondered if this had an impact on performance -
ie -
Level 1 Score
Level 2 Score
Level 3 Score
Level 4 Score
etc - but once you get around 40 levels - this might have some performance impact. Has anyone found a good / better way of keeping track of scores on a per level basis - especially if you allow the option to replay a level and try and get a better score?
Thanks
I was thinking of just having Game Attributes, but then wondered if this had an impact on performance -
ie -
Level 1 Score
Level 2 Score
Level 3 Score
Level 4 Score
etc - but once you get around 40 levels - this might have some performance impact. Has anyone found a good / better way of keeping track of scores on a per level basis - especially if you allow the option to replay a level and try and get a better score?
Thanks
Comments
I thought it might be the only way - glad to hear it has no impact