抽出した新しいパラメータを装備に試す時とかの大きな分かれ目では日付時間付きでセーブデータを保管する。
set date1=%date:~-10,4%%date:~-5,2%%date:~-2,2%
set time1=%time: =0%
set time2=%time1:~0,2%%time1:~3,2%%time1:~6,2%
copy "%AppData%\Unity\WebPlayerPrefs\b100s_2enussygame_2ecom\prefb100s_2eunity3d.upp" "(専用フォルダ)\prefb100s_2eunity3d.upp_%date1%_%time2%.bak"
これの復帰は滅多にしないだろうから手動でUnityのフォルダにコピーして日付時間の部分を消す。