Best way to save data for my strategy game?

I’m making a game similar to risk and i need a good way to store the data for my provinces. So I need to store the name, typ of ressources it produces and maybe a picture for each province. How do I do that? With scriptable objects? Or just attach a script to a prefab or something? or something else entirely?

Hello there!

You need to loearn about Serialization, and then store all serialized variables and info you need in a file on the game folder.

Go look for tutorials about serialization.

Bye!