Version 1.0.26:
- UCCSaver can now save mouse sensitivity settings.
- Added SpawnedObjectList asset type.
- Added SaveSystem.framesToWaitBeforeSaveDataAppliedEvent.
Save System 1.0.26 for Opsive Released
-
- Posts: 44
- Joined: Sun Feb 20, 2022 5:53 pm
Re: Save System 1.0.26 for Opsive Released
Toni I updated my save system to this version and I am getting this error. I am also using the latest version of Dialogue System as well.
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Manager\DialogueSystemController.cs(1660,60): error CS1061: 'UILocalizationManager' does not contain a definition for 'GetLocalizedText' and no accessible extension method 'GetLocalizedText' accepting a first argument of type 'UILocalizationManager' could be found (are you missing a using directive or an assembly reference?)
Suggestions to repair? Thanks
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Manager\DialogueSystemController.cs(1660,60): error CS1061: 'UILocalizationManager' does not contain a definition for 'GetLocalizedText' and no accessible extension method 'GetLocalizedText' accepting a first argument of type 'UILocalizationManager' could be found (are you missing a using directive or an assembly reference?)
Suggestions to repair? Thanks
Re: Save System 1.0.26 for Opsive Released
Hi,
Reimport the Dialogue System. It has a newer version of UILocalizationManager. They'll be back in sync with the next round of updates
Reimport the Dialogue System. It has a newer version of UILocalizationManager. They'll be back in sync with the next round of updates
-
- Posts: 44
- Joined: Sun Feb 20, 2022 5:53 pm
Re: Save System 1.0.26 for Opsive Released
Thank you fixed the problem!
Re: Save System 1.0.26 for Opsive Released
Glad to help!