Are there Unity game save editor?

MilesKiyaAnny

Well-Known Member
Jan 18, 2019
1,564
446
Hi, I got Unity engine game and its save but could not find any save editor anywhere
is it not possible?
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,976
16,231
Hi, I got Unity engine game and its save but could not find any save editor anywhere
is it not possible?
Save files from Unity games totally depend, in their form and format, of what the author of the game want.
Some will be plain text, either following a basic tabulation syntax, XML, or JSON. Some will be pure binary dump, while others will be more advanced serialization. There no rules, not limitation, and therefore there's no "Unity save editors".