When I release the left mouse button, the conversation ends forcibly.

Announcements, support questions, and discussion for the Dialogue System.
gaku2_sigehiro
Posts: 36
Joined: Sun Jul 14, 2024 2:35 am

Re: When I release the left mouse button, the conversation ends forcibly.

Post by gaku2_sigehiro »

Hello.
Thank you for checking the data.
I don't really understand the OnClick message sent by InputSystem, but maybe I'm writing the wrong message in the script?
The dialog system assets are still complicated for me, so I don't fully understand them.
I would appreciate it if you could let me know which game objects, components, or scripts you are having problems with.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: When I release the left mouse button, the conversation ends forcibly.

Post by Tony Li »

Hi,

Try this patch:

DS_OnClickPatch_2024-10-14.unitypackage

It checks if the OnClick() message has come from the dialogue UI's response buttons. If not, it ignores the message. This should handle all cases even if your script does send OnClick.
gaku2_sigehiro
Posts: 36
Joined: Sun Jul 14, 2024 2:35 am

Re: When I release the left mouse button, the conversation ends forcibly.

Post by gaku2_sigehiro »

Hello.
I immediately installed the patch.
I got the behavior I was looking for!
Thank you for making the patch.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: When I release the left mouse button, the conversation ends forcibly.

Post by Tony Li »

Glad to help!
Post Reply