Skip to main content

Shed Windows and More Inc, Phone/Text: 843-399-1820 Email: Info@shedwindowsandmore.com

Free Shipping on select Aluminum Windows and all Hardware!

void Start()

string path = Application.persistentDataPath + "/save.es3"; byte[] bytes = File.ReadAllBytes(path); var settings = new ES3Settings(ES3.EncryptionType.AES, "password"); var json = ES3.ByteArrayToES3Type<string>(bytes, settings); File.WriteAllText(path + ".json", json);

"playerHealth": 100, "playerPosition": [10.5, 0, 30.2], "inventory": ["sword", "potion"]