i know there is a difference between catalog CustomData. and instnace item CustomData.
and i just want to get the custom data that i put in the catalog and i wanted to know if it is possible to get from the client side without using cloud script .
Answer by Citrus Yan · Jan 04, 2021 at 03:00 AM
Sure, you can use the client API Client/GetCatalogItems to get all items (along with their custom data in here ) in a specific catalog.
in case that i want now the opposite (User Inventory Item Custom Data)
can i do it only by using cloud script ? or can i call it directly from the client ?
You can use Player Item Management - Get User Inventory (PlayFab Client) | Microsoft Docs to directly retrieve it from the client. Or use Player Item Management - Get User Inventory (PlayFab Server) | Microsoft Docs in CloudScript.
How to get Catalog item custom data when login ? 1 Answer
There is a way to save data per demand as global variable that all players can access? 1 Answer
We need to store data for a turn based game, that data is about like 5kb because are long turns. 1 Answer
Data Encryption for Player Data and CloudScript responses 1 Answer
Is it possible with PlayFab to host the data only in the EU / a certain country (not the US)? 1 Answer