TPC V3.08 Needs Dialogue System integration update

errorCSO

New member
Everything was fine in V3.0.7. As soon as 3.0.8 installed, this happens;
Assets\Pixel Crushers\Dialogue System\Third Party Support\Opsive UCC Support\Scripts\Interaction\DialogueSystemTriggerInteractableTarget.cs(15,83): error CS0535: 'DialogueSystemTriggerInteractableTarget' does not implement interface member 'IInteractableTarget.CanInteract(GameObject, Interact)'

As a result we have to delete the entire Opsive folder & install V3.0.7 again so we can keep working.
Also new is this continuous but not build breaking error appears endlessly, V3.0.8 only.

NullReferenceException: Object reference not set to an instance of an object
Opsive.UltimateCharacterController.Character.UltimateCharacterLocomotion.OnDrawGizmos () (at Assets/Opsive/UltimateCharacterController/Scripts/Character/UltimateCharacterLocomotion.cs:1842)
UnityEngine.GUIUtility:processEvent(Int32, IntPtr, Boolean&)

I noticed there are instances some integrations are not up-to-date when new versions are released. For us it could interrupts our projects progression, so mostly we only update to latest after weeks of being released, this avoided many bugs in the past.
Please notify us somewhere in the forum when there is a new Dialogue System integration. Thanks.
 
Pixel Crushers is maintaining the Dialogue System integration so I'll let them know about this change.
 
Seems this fix is already up. Just updated to 3.08 and pulled the DS integration from Downloads and the error was resolved.
 
Last edited:
Top