During storage build need option to enable saving as json ```c# var prefs = BinaryPrefs .Construct(Path.Combine(Application.persistentDataPath, "PlayerPrefs.bin")) .SaveAsJsonForDebug() .Build(); ```
During storage build need option to enable saving as json