Search found 1 match
- Wed Sep 01, 2021 12:31 pm
- Forum: Dialogue System for Unity
- Topic: Saving on background thread
- Replies: 5
- Views: 1127
Re: Saving on background thread
We were trying to figure out why we couldn't get async saving to happen on this system, and wondering why PersistentDataManager.cs has a GetSaveDataAsync() method that is never called by anything. The code in SaveGameDataStorer was illuminating: public virtual IEnumerator StoreSavedGameDataAsync(int...