Error Messages with Dialogue System
Posted: Thu Jul 26, 2018 6:00 am
Hey, I wanted to try out the Quest Machine Evaluation copy and I got errors with DS.
What I did was
1) Import Latest DS from Asset Store
2)Import latest Quest Machine Evaluation copy from website.
3)Import DS support package from Commons folder
4)Import DS support package from Quest Machine folder
This first two errors appeared as soon as I imported DS & QM, and last two with support packages.
Did I mix up the order?
What I did was
1) Import Latest DS from Asset Store
2)Import latest Quest Machine Evaluation copy from website.
3)Import DS support package from Commons folder
4)Import DS support package from Quest Machine folder
This first two errors appeared as soon as I imported DS & QM, and last two with support packages.
Did I mix up the order?
Code: Select all
Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs(35,25): error CS0121: The call is ambiguous between the following methods or properties: `PixelCrushers.RectExtensions.ScaleSizeBy(this UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Vector2)' and `PixelCrushers.RectExtensions.ScaleSizeBy(this UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Vector2)'
Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs(35,25): error CS0121: The call is ambiguous between the following methods or properties: `PixelCrushers.RectExtensions.ScaleSizeBy(this UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Vector2)' and `PixelCrushers.RectExtensions.ScaleSizeBy(this UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Vector2)'
Assets/Pixel Crushers/Quest Machine/Third Party Support/Dialogue System Support/Scripts/Quest Content/DialogueSystemConversationQuestContent.cs(20,17): error CS0433: The imported type `PixelCrushers.StringField' is defined multiple times
Assets/Pixel Crushers/Quest Machine/Third Party Support/Dialogue System Support/Scripts/Quest Content/DialogueSystemConversationQuestContent.cs(47,37): error CS1715: `PixelCrushers.QuestMachine.DialogueSystemSupport.DialogueSystemConversationQuestContent.originalText': type must be `PixelCrushers.StringField' to match overridden member `PixelCrushers.QuestMachine.QuestContent.originalText'