I have made 3 SG BP for different values like player stats, settings etc. Is it okay to do this or should I stick to 1 SG BP?
Also, how would it come out as a file for the released game?
I have made 3 SG BP for different values like player stats, settings etc. Is it okay to do this or should I stick to 1 SG BP?
Also, how would it come out as a file for the released game?
Hey there @Akimikage! This question is very dependent on how your game operates, but in most singleplayer cases you’d like to keep one saving mechanism for the player data altogether unless there’s a decent reason to separate them such as multiplayer, level data not being relevant to player data, etc. This keeps your saves simple to manage, and when debugging it’s much easier to work with one save file than multiple. This can change depending on the scale however.
Got it, thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.