I am developing a simple math game. I am currently working on implementing a new feature called custom level creation where he/she can create their own level level with the options provided . there is option to save the level and also share the level which he/she created with their friends.is there any possibilities of sharing the data with another user securely. data's which will be shared are like time limit for their level ,what is the arithmetic operation fading time for each question something like which are simple integer, float ,Boolean, and may be an array.
Answer by Citrus Yan · Jan 28 at 07:31 AM
Player Data has a configuration setting called “Permissions”:
You can set a specific K/V pair as “Public” by specifying the “Permission” field in the request body of the UpdateUserData Client API call so that such data can be accessed by other users via GetUserData Client API call.
Setting up Playfab + Photon on Unity... which SDKs do I need? 1 Answer
SDK for Unity 2017.4 LTS (probably 2018 too) has no Editor asmdef. Fails to build standalone. 2 Answers
OAuth consent screen and Playfab: Can't verify because I don't own playfab.com domain 2 Answers
Unicorn Battle iOS build returns "GetAccountInfo Timed out after 10 seconds." 1 Answer