hello,
my game is live, now I want to Switch from Gamepsark to photon engine and playfab for data.
I have a few questions
1)if I switch, will the data of user will be lost and if it does, is there a way to carry the user's data from gamespark to playfab, so the user's data is not lost.
Is there any API for this. I don't want any of the user's data to lose.
2) if I do, then how much time(month) it will increase to switch from gamespark to photon, playfab?
,
hello,
my game is live, now I want to Switch from Gamepsark to photon engine and playfab for data.
I have a few questions
1)if I switch, will the data of user will be lost and if it does, is there a way to carry the user's data from gamespark to playfab, so the user's data is not lost.
Is there any API for this. I don't want any of the user's data to lose.
2) if I do, then how much time(month) it will increase to switch from gamespark to photon, playfab?
Answer by Jay Zuo · Feb 28 at 10:24 AM
1)if I switch, will the data of user will be lost and if it does, is there a way to carry the user's data from gamespark to playfab, so the user's data is not lost.
Yes, all data will be lost as GameSparks and PlayFab are two different platforms. You will need some additional work to transfer data form GameSparks to PlayFab.
For example, you can ship an update that let players log into GameSparks and PlayFab both. So you can establish a map between GameSparks account and PlayFab account. Then you can read data from GameSparks and store it in PlayFab. For PlayFab, you can refer to Player Information in Tutorials. And Brendan's answer here: https://community.playfab.com/answers/18831/view.html might also help you.
2) if I do, then how much time(month) it will increase to switch from gamespark to photon, playfab?
It's hard to say how much time this will take, that will depend on your game size, architecture and your development team. If you have any problem, please fell free to ask here.
Cloudscript update player data only for not existing keys 0 Answers
Data Access of Other Players 1 Answer
Alternative of Gamesparks' Collection in Playfab Platform 1 Answer
How to give player EXP after battle? and How to reward player after level up? 1 Answer
How can I get Photon clients to see if another player is premium? 1 Answer