Page 2 of 2

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

Posted: Mon Oct 14, 2024 7:58 am
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.

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

Posted: Mon Oct 14, 2024 3:43 pm
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.

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

Posted: Tue Oct 15, 2024 11:06 am
by gaku2_sigehiro
Hello.
I immediately installed the patch.
I got the behavior I was looking for!
Thank you for making the patch.

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

Posted: Tue Oct 15, 2024 11:37 am
by Tony Li
Glad to help!