Page 1 of 1
No Interaction
Posted: Wed Oct 20, 2021 8:42 pm
by HezoMelo
Hey, I recently upgraded to the newest version of Dialogue System and set up a character using the opsive-DS character and integration. I have set everything up correctly as I have prior use using these two systems in tangent and for some reason randomly after tweaking the hdrp volume settings my interaction component no longer works correctly. Randomly Throughout the level, my interact component refuses to start interactions with components that worked completely fine before. That's if I'm even able to interact with anything in the first place. would you be able to help me diagnose this problem?
Re: No Interaction
Posted: Wed Oct 20, 2021 10:27 pm
by Tony Li
Hi,
Are you using Opsive's interaction system? For example, are you using the Interact ability on the Ultimate Character Locomotion component?
If so, does the Interact ability detect your interactable? If you haven't already, set the Interact ability's UI > Ability Message Text and/or Ability Message Icon.
If it doesn't detect your interactable, the issue is with your Opsive interaction system setup.
If it does detect your interactable but it fails to interact with the interactable's DialogueSystemTriggerInteractableTarget component, first make sure the Interactable component's Targets list includes the DialogueSystemTriggerInteractableTarget, and that the ID is -1 or matches the ID of your Interact ability.
If that doesn't help, temporarily set the Dialogue Manager GameObject's Other Settings > Debug Level to Info. Then play the scene and interact with the interactable. Assuming the DialogueSystemTriggerInteractableTargetactually gets triggered, this will log a lot of debug info to the Console window. It may indicate the issue (e.g., Conditions on the DialogueSystemTriggerInteractableTarget or its conversation are false).
Re: No Interaction
Posted: Mon Nov 01, 2021 7:49 pm
by HezoMelo
This seemed to help, for now, thank you
Re: No Interaction
Posted: Mon Nov 01, 2021 9:01 pm
by Tony Li
Glad to help! If you notice any issues or have any other questions, just let me know.