Compiler errors after AC and DS upgrade
Posted: Fri Oct 02, 2020 3:58 am
Hi Tony.
I hope you're well and keeping safe.
I've upgraded to the latest versions of AC (1.72) and DS (today). My Unity version is: 2019.3.0f6 and I have over 30 compiler errors and I'm not sure how to fix them.
A few examples below but let me know if you need all of them. Chris only updated to 1.72 yesterday so this might be something you're aware of already.
Assets/Pixel Crushers/Dialogue System/Third Party Support/Adventure Creator Support/Scripts/RememberDialogueSystem.cs(15,53): error CS0246: The type or namespace name 'ISave' could not be found (are you missing a using directive or an assembly reference?)
Assets/Pixel Crushers/Dialogue System/Third Party Support/Adventure Creator Support/Scripts/RememberDialogueSystem.cs(15,60): error CS0246: The type or namespace name 'ISaveOptions' could not be found (are you missing a using directive or an assembly reference?)
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs(125,29): error CS0111: Type 'AbstractTypewriterEffect' already defines a member called 'SetSpeed' with the same parameter types
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs(443,18): error CS0534: 'TextMeshProTypewriterEffect' does not implement inherited abstract member 'AbstractTypewriterEffect.Stop()'
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs(18,18): error CS0534: 'UnityUITypewriterEffect' does not implement inherited abstract member 'AbstractTypewriterEffect.isPlaying.get'
All the best
Caroline
I hope you're well and keeping safe.
I've upgraded to the latest versions of AC (1.72) and DS (today). My Unity version is: 2019.3.0f6 and I have over 30 compiler errors and I'm not sure how to fix them.
A few examples below but let me know if you need all of them. Chris only updated to 1.72 yesterday so this might be something you're aware of already.
Assets/Pixel Crushers/Dialogue System/Third Party Support/Adventure Creator Support/Scripts/RememberDialogueSystem.cs(15,53): error CS0246: The type or namespace name 'ISave' could not be found (are you missing a using directive or an assembly reference?)
Assets/Pixel Crushers/Dialogue System/Third Party Support/Adventure Creator Support/Scripts/RememberDialogueSystem.cs(15,60): error CS0246: The type or namespace name 'ISaveOptions' could not be found (are you missing a using directive or an assembly reference?)
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs(125,29): error CS0111: Type 'AbstractTypewriterEffect' already defines a member called 'SetSpeed' with the same parameter types
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs(443,18): error CS0534: 'TextMeshProTypewriterEffect' does not implement inherited abstract member 'AbstractTypewriterEffect.Stop()'
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs(18,18): error CS0534: 'UnityUITypewriterEffect' does not implement inherited abstract member 'AbstractTypewriterEffect.isPlaying.get'
All the best
Caroline