Unity Save Edit Page

void Start()

You’ll learn more about game structure than most tutorials teach. unity save edit

To actually "edit" the save, you modify the currentData object in memory, then call Save again. Here is an example script you might attach to a UI form or a Player controller. void Start() You’ll learn more about game structure