Search Unity

Getting two errors I cannot solve

Discussion in 'Editor & General Support' started by ZygoUgo, Nov 24, 2018.

  1. ZygoUgo

    ZygoUgo

    Joined:
    Jul 11, 2017
    Posts:
    63
    Hi all, I wonder if anyone can help me with this, I'm getting these two errors and can't figure out what's causing them, I can't progress on my game until they are fixed:

    Assets/Plugins/DialogSys/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs(590,29): error CS1061: Type `PixelCrushers.DialogueSystem.DialogueSystemSaver' does not contain a definition for `saveAcrossSceneChanges' and no extension method `saveAcrossSceneChanges' of type `PixelCrushers.DialogueSystem.DialogueSystemSaver' could be found. Are you missing an assembly reference?

    Assets/Plugins/DialogSys/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs(589,137): error CS0039: Cannot convert type `UnityEngine.Component' to `PixelCrushers.DialogueSystem.DialogueSystemSaver' via a built-in conversion

    Thankyou for any help! I will also post in the asset forum.
     
  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,699
    Thanks LurkingNinjaDev - I think we have it straightened out now.