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.
public int level; public int coins; public float volume; public string lastPlayed; public List<string> unlockedItems; unity save edit
~/Library/Application Support/[CompanyName]/[GameName] Instead of modifying the file on the disk,
~/Library/Application Support/[Company Name]/[Product Name] . Linux: ~/.config/unity3d/[Company Name]/[Product Name] . 2. Identify the Save File Format public int coins