Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: RapperCerberus on December 06, 2023, 05:55:16 AM
-
I used to save game data such as attack power per level, in XML files. However, I found that it was easy for players to modify them. Therefore I was thinking about saving the data in JSON files instead, as they can be encrypted.
I have seen some actions involving JSON, but I don't know how to use them. I am not even sure where to place a JSON file in these actions. Is there any way to load information from a JSON file?