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!
Adventure Creator updated it's save system API and the integration no longer works.
-
- Posts: 7
- Joined: Sun Mar 01, 2020 6:02 am
Re: Adventure Creator updated it's save system API and the integration no longer works.
Hi,
By the end of the day, the Dialogue System Extras page will have an updated integration package.
By the end of the day, the Dialogue System Extras page will have an updated integration package.
Re: Adventure Creator updated it's save system API and the integration no longer works.
The update is on the Extras page now.