Adventure Creator updated it's save system API and the integration no longer works.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
LethDavidson
Posts: 7
Joined: Sun Mar 01, 2020 6:02 am

Adventure Creator updated it's save system API and the integration no longer works.

Post by LethDavidson »

Howdy!

I figured i'd mention it, in case you hadn't seen, but the ISave interface was removed from the latest patch and it's busted the RememberDialogSystem script.

"Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'ISave' could not be found (are you missing a using directive or an assembly reference?) Assembly-CSharp H:\UnityProjects\NewStuffApril\Assets\Pixel Crushers\Dialogue System\Third Party Support\Adventure Creator Support\Scripts\RememberDialogueSystem.cs 15 Active
"
"Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'ISaveOptions' could not be found (are you missing a using directive or an assembly reference?) Assembly-CSharp H:\UnityProjects\NewStuffApril\Assets\Pixel Crushers\Dialogue System\Third Party Support\Adventure Creator Support\Scripts\RememberDialogueSystem.cs 15 Active
"
The manual reads: Removed the ISave interface, formerly used to hook custom code into the save system - use instead the OnBeforeSave and OnAfterSave custom events


I'm not familiar enough with the coding of exactly how the two systems interact to know how to fix this myself, so i figured i'd bring it to your attention. If there's a quick fix ya'll know about i'd love it, but i understand if it's not priority 1, ya'll do have like 20 other integrations to manage too.

Thank you!
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Adventure Creator updated it's save system API and the integration no longer works.

Post by Tony Li »

Hi,

By the end of the day, the Dialogue System Extras page will have an updated integration package.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Adventure Creator updated it's save system API and the integration no longer works.

Post by Tony Li »

The update is on the Extras page now.
Post Reply