Hi Tony,
thanks for quick reply.
You are helpful as always!
Search found 2 matches
- Sun Dec 08, 2019 10:09 am
- Forum: Dialogue System for Unity
- Topic: Solved: Apply Saved Data throws exceptions
- Replies: 3
- Views: 330
- Sun Dec 08, 2019 9:34 am
- Forum: Dialogue System for Unity
- Topic: Solved: Apply Saved Data throws exceptions
- Replies: 3
- Views: 330
Solved: Apply Saved Data throws exceptions
Hello, I have a problem with loading saved dialogue data from file. I am using PersistentDataManager.GetSaveData(); to save it to string and then to json file. To retrieve data I am using method: PersistentDataManager.ApplySavedData(data); but the data isn't loading and the exception is being thrown...