Search found 3 matches

by ChaudaryFaizan
Mon Aug 16, 2021 4:01 pm
Forum: General Discussion
Topic: problem while saving custom dictionary via ES3.
Replies: 3
Views: 829

problem while saving custom dictionary via ES3.

hi, i am facing problem during save and load my custom type dictionary<int, custom_Class> ``` ES3.Save<Dictionary<int, F_saveLoad>>("customDic", obj); Dictionary<int, F_saveLoad> dic = ES3.Load<Dictionary<int, F_saveLoad>>("customDic"); F_saveLoad loadedDic = dic.Single(s => s.Ke...
by ChaudaryFaizan
Sat May 08, 2021 11:58 am
Forum: General Discussion
Topic: Auto Save and Load Problem
Replies: 2
Views: 856

Auto Save and Load Problem

Hi,
I'm using Autosave option.
Problem: the data is save only 1 time, when i load the data its loaded the save data which i saved first time

E.g save
A = 10 , 11 , 15 ,8

Load its always load on 10