A save can deserialize without an exception and still lose a player's progress. Save Compatibility Lab models your current save types under Unity's real JsonUtility rules, compares them with the schema that shipped, and replays real old saves through today's code before release.
What it helps you do
Use it before patches that touch player data, refactors of save models, serializer-version changes, or a long-lived game's next migration.
Version 1 targets Unity JsonUtility-compatible JSON. It does not model Json.NET, binary, or custom serializers, and it never rewrites saves, generates migrations, or edits code. A clean result covers the declared roots, snapshots, corpus, and migrations you supplied.
Read the complete documentation.