Quest Machine Integration Errors

minishep

New member
Hey! I am trying to integrate quest machine, but im getting two errors:

Assets/Pixel Crushers/Quest Machine/Third Party Support/Opsive UCC Support/Scripts/Interaction/QuestGiverInteractableTarget.cs(10,18): error CS0535: `PixelCrushers.QuestMachine.OpsiveUCCSupport.QuestGiverInteractableTarget' does not implement interface member `Opsive.UltimateCharacterController.Traits.IInteractableTarget.CanInteract(UnityEngine.GameObject)'

Assets/Pixel Crushers/Quest Machine/Third Party Support/Opsive UCC Support/Scripts/Interaction/QuestGiverInteractableTarget.cs(10,18): error CS0535: `PixelCrushers.QuestMachine.OpsiveUCCSupport.QuestGiverInteractableTarget' does not implement interface member `Opsive.UltimateCharacterController.Traits.IInteractableTarget.Interact(UnityEngine.GameObject)'

thanks :)
 
hey all, this similar error came about for dialogue system too.

the solution is to add GameObject player to the two functions CanInteract and Interact (in the brackets)!!
 
Thanks for the heads up - I've updated the integration on the integrations page.
 
Top