question

Builder Games avatar image
Builder Games asked

Migrating rules and events between titles

Hi everyone.

We are using multiple playfab titles for development of new features for the same product, and once these features are fully implemented, we need some way of either migrating the rules and events to the main title or recreating them on the main title through a script.

Are either of these currently possible? Or do we have to create each rule manually through the Playfab UI?

Thanks



10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

PlayFab doesn’t support duplicating Rules and Players’ Data (which is the basis of PlayStream Events). All data that is supported for transferring is provided in the PlayFab CLI tool: https://github.com/PlayFab/PlayFabCLI.

Besides, because the master player lives at the Studio level, players will be able to login into another title within the same Studio with the existing Identity. I will suggest just storing necessary data in Player Data (Publisher) for multiple Titles uses. You may refer to: https://community.playfab.com/questions/22684/can-we-migrate-all-user-from-one-playfab-title-to.html.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.