How to transfer entire Datastore between experience, one time only needed

Hi. I was just wondering how you would approach transferring an entire datastore between one game/experience to another, not from one place to another. I have looked for solutions on the developer hub, and one said using the ‘Datastore Editor’ plugin, but I’m not entirely sure how to import and export an entire list of keys with data using that plugin- there are no tutorials online specifically for that. Any help is appreciated! :slight_smile:

1 Like

The solution will depend on how many entries you need to transfer.

In some cases, you could just manually do it. In others, you would need to use the open cloud APIs in order to transfer it, and in other cases still, you will need to set up a proxy, to get the data when the player joins the new place.

It all depends on how many entries you need to move.

2 Likes

Thanks for the reply. Sorry for being a bit vague in my initial response, your answer was insightful. What I eventually did was write all the stats down to an external file, then just read and edit the datastore again in a new experience, in case anyone was wondering. :smiley:

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