Hello,
I have characters in my game who are limited. So before sb. want claim this character i must check how often the character is claimed. Therfore i want save the current amount on the server. Where can i do That. I was thinking to save the amount in remote Config. Or in the inventory own json. Could i do that and how.
Thank you for help
You can actually access cloud save through cloud code, this would mean you could store the value there and whenever you need to do a check on it you could pull in the value. You can find more information on calling a cloud save file from cloud code here