can I just save the component or actor?

I want to save the game, but there is too many variables. so, I want just save character actor. How can I do that?

If I can’t, what is easy way to save game?
Most challenging thing is save Inventory component. how I can do that?

Variables should be sitting in structs, structs should be sitting in arrays, perhaps those arrays could be nested in some other arrays/maps. The save game could hold a bunch of nested arrays. Don’t go too deep with the hierarchy.


2 Likes

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