How to auto-hide Continue Button

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Billiton
Posts: 2
Joined: Sun Feb 25, 2024 8:27 am

How to auto-hide Continue Button

Post by Billiton »

Hi Tony,

We recently changed the Dialogue UI to an SMS_DialogueUI, however, we met a problem: During the dialogues, the continue buttons under the NPC Message Template > Bubble will not hide themselves after clicking them or using the Space bar ish to continue. Could you help me with how to make them hide themselves, or where I can try to start debugging? Meanwhile, please tell me if any other information is needed.

Here are a video clip of the continue buttons that cannot hide themselves: https://drive.google.com/file/d/1G8x7CX ... sp=sharing

Thank you so much.

Warm Regards,
Billiton
User avatar
Tony Li
Posts: 23254
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to auto-hide Continue Button

Post by Tony Li »

Hi,

Does this happen if you temporarily switch to the SMS Dialogue UI prefab that ships with the Dialogue System?

In your dialogue UI, is the continue button assigned to the StandardUISubtitlePanel?
Billiton
Posts: 2
Joined: Sun Feb 25, 2024 8:27 am

Re: How to auto-hide Continue Button

Post by Billiton »

Hi Tony,

Thank you for your reply! I think we completed the re-assignment process to the new UI (attach CB1). We have also completed the continue button assignment (attach CB2) on the StandardUISubtitlePanel. For your information, you can see the components and UnityEvents of the continue buttons in attachment CB3 and some other possible related settings of the DS Controller in attachment CB4.

Thank you again!

Best,
Billiton
Attachments
CB3.png
CB3.png (191.49 KiB) Viewed 1111 times
CB4.png
CB4.png (210.88 KiB) Viewed 1111 times
CB2.png
CB2.png (484.13 KiB) Viewed 1111 times
CB1.png
CB1.png (174.59 KiB) Viewed 1111 times
User avatar
Tony Li
Posts: 23254
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to auto-hide Continue Button

Post by Tony Li »

Hi,

I fixed a bug with the SMS Dialogue UI's continue button handling. The fix will be in DS 2.2.52, with a patch below in the meantime:

DS_SMSDialogueUIPatch_2025-04-06.unitypackage
Post Reply