Custom Saver
Posted: Thu May 12, 2022 10:56 am
Hello,
I have a mini map in my project that I have icons on. The icons are stored in a List. I'd like to be able to Save this list and restore it on a Save/Load operation. I think I need a custom saver as the Game Object Saver isn't meant for this. Does this sound like I'm on the right track? I am currently going through the documentation for both Opsive and the SS, and I'm not finding some info.
Is there a custom saver already available for this type of thing so I don't have to rework something?
Is it SaverBase that I need to inherit from?
As always, I really appreciate the help.
Thank you!
I have a mini map in my project that I have icons on. The icons are stored in a List. I'd like to be able to Save this list and restore it on a Save/Load operation. I think I need a custom saver as the Game Object Saver isn't meant for this. Does this sound like I'm on the right track? I am currently going through the documentation for both Opsive and the SS, and I'm not finding some info.
Is there a custom saver already available for this type of thing so I don't have to rework something?
Is it SaverBase that I need to inherit from?
As always, I really appreciate the help.
Thank you!