Saving/Loading of data

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Intervention
Posts: 5
Joined: Fri Mar 09, 2018 3:38 pm

Saving/Loading of data

Post by Intervention »

HI, I would like to ask how can saving conversation data (Actors, Quests, Locations, Variables, Conversations) be done in a manner of outputting to string or JSON?
User avatar
Tony Li
Posts: 21721
Joined: Thu Jul 18, 2013 1:27 pm

Re: Saving/Loading of data

Post by Tony Li »

Hi,

Code: Select all

string s = PixelCrushers.DialogueSystem.PersistentDataManager.GetSaveData();
More info: Save System
Post Reply