If save editing is impossible, use to scan for values in RAM, modify them, then save the game normally. The new save file will contain the edited values, effectively performing a save edit via memory.
Before editing, you must find where Unity stores persistent data. unity save edit
// Define the save path string path = Application.persistentDataPath + "/player.save"; If save editing is impossible, use to scan