If you want to cập nhật số mức bản đồ của, làm dữ liệu trong game saved vào PlayerPrefs and in phương thức CreateOrLoadMapData of Data.cs has hàm kiểm tra điều kiện:
if (string.IsNullOrEmpty (PlayerPrefs.GetString ("the_first", " ")))
{defaultMap (); PlayerPrefs.SetString (" the_first "," 1 ");} Nên while cập nhật số lượng cấp độ cho bản đồ. You need to remove toàn bộ PlayerPrefs created from which trước bằng phương thức PlayerPrefs.DeleteAll (); or change the value "the_first" về giá trị "" (rỗng)
đang được dịch, vui lòng đợi..
