Is there any way to add a key/field in player title data through dashboard in data of all players? I am working on update of my game and I have added a feature that access data from a new key, thats why is there any way to get that key/field created for old players?
Thanks
Answer by Brendan · Jun 29, 2020 at 07:49 PM
Technically, you could write a script that processes every player in the All Players segment and updates them, but that would be wasteful, as it would tick the profile write meter for every call - and some of those players may not even be playing anymore. A better approach, since you're adding a default value to all players, would be to just have your logic use the default if the player doesn't have the value, and write it only when you actually need it to be a non-default value.