Ejemplo n.º 1
0
        public override async void Load()
        {
            this.dataField.text = await SaveSystemAPI.ReadAllTextAsync(this.identifierField.text);

            // You can use SaveSystemAPI.ReadAllBytes to read the raw binary data
        }