#I was wondering what sort of security
1 messages · Page 1 of 1 (latest)
Player data has built-in access classes that you can use depending on the level of security you want.
https://docs.unity.com/ugs/en-us/manual/cloud-save/manual/concepts/player-data
For a secure experience, you want to use the protected access class which is only writeable from a server / cloud-code.