Do I need multiple save files for different things?

Hello! I’m currently trying to implement a save and load game system. I currently have 3 different save files: one for saving player details (for example how many items they have within their inventory), one for saving objects present within the level and one for saving quest progress. I’m unsure if I just need one save file for all of these things though - do I need just one or should I keep the 3 separate save files? Thanks!!

1 Like

One save file is fine :slight_smile:

1 Like

Thank you!!! =)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.