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.
When I release the left mouse button, the conversation ends forcibly.
-
- Posts: 36
- Joined: Sun Jul 14, 2024 2:35 am
Re: When I release the left mouse button, the conversation ends forcibly.
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.
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.
-
- Posts: 36
- Joined: Sun Jul 14, 2024 2:35 am
Re: When I release the left mouse button, the conversation ends forcibly.
Hello.
I immediately installed the patch.
I got the behavior I was looking for!
Thank you for making the patch.
I immediately installed the patch.
I got the behavior I was looking for!
Thank you for making the patch.