C#C
C#2y ago
prinzbartu

Encoding my game data files (Unity)

So I already made a GameData script with all my data being loaded and saved on a json file. But I want to encrypt them in a way, that is not easily changeable for everyone else. It doesnt have to be the best system, it should just not look like {Value: x}

this is my code for my gamedata:
https://pastebin.com/yUZ2zzXc

Know that im completely new to encoding, so I have no clue what to do and how :)
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Was this page helpful?