Search found 2 matches

by wysowski_pawel
Sun Dec 08, 2019 10:09 am
Forum: Dialogue System for Unity
Topic: Solved: Apply Saved Data throws exceptions
Replies: 3
Views: 330

Re: Apply Saved Data throws exceptions

Hi Tony,

thanks for quick reply.
You are helpful as always!
by wysowski_pawel
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...