Notice

To make sure our website works as smoothly as possible, we use cookies. By continuing to use our website, you agree to our use of cookies.

Accept Find out more

((hot)) — Unity Save Edit

Instead of modifying the file on the disk, you can modify the game's memory while it is running. This is often easier for beginners.

void Start()

~/Library/Application Support/[CompanyName]/[GameName] unity save edit

Before you can edit anything, you need to find where the game stores its data. Instead of modifying the file on the disk,

If you have access to the console (often opened with F1 , ~ , or Tab ), you can use standard C# commands to edit saves: or Tab )

Before editing, you must find where the data is stored. Unity developers typically use one of two primary locations depending on the platform:

private static void Validate(PlayerSaveData data)