Lively Chat Bubbles Continue Button

Announcements, support questions, and discussion for the Dialogue System.
zzzz
Posts: 11
Joined: Thu Feb 22, 2024 10:15 pm

Re: Lively Chat Bubbles Continue Button

Post by zzzz »

that's.... exactly it. it works! ty <3
User avatar
Tony Li
Posts: 20993
Joined: Thu Jul 18, 2013 1:27 pm

Re: Lively Chat Bubbles Continue Button

Post by Tony Li »

Happy to help!
User avatar
WaWa
Posts: 16
Joined: Tue May 21, 2024 6:03 am

Re: Lively Chat Bubbles Continue Button

Post by WaWa »

Hi,
I am sorry to bother but I just looking this exactly what I want to. but I have a problem,
It still can't fast forward to end of the entry message conversation. like...
- "How are you?" (while typing)
- I pressed button all screen
- it skipped the first entry message to next entry.

Perhaps there is something wrong that I set up? Here the image. also I use LCB too.

Image
Image

Thank you!
User avatar
Tony Li
Posts: 20993
Joined: Thu Jul 18, 2013 1:27 pm

Re: Lively Chat Bubbles Continue Button

Post by Tony Li »

Hi,

If you're editing a prefab, make sure the LCBContinueButton component's Chat Bubble points to the ChatBubble in the same prefab. If you're editing a scene object, make sure the Chat Bubble field points to the scene object's ChatBubble, not the prefab.
User avatar
WaWa
Posts: 16
Joined: Tue May 21, 2024 6:03 am

Re: Lively Chat Bubbles Continue Button

Post by WaWa »

Hi,

I am editing the prefab. I also make sure point to ChatBubbleWhite1 too
seems it's not working

Image
Image

Here the PC Subtitle Panel
Image

seems it's not working . How we do?

Thank you and have a nice day!
User avatar
Tony Li
Posts: 20993
Joined: Thu Jul 18, 2013 1:27 pm

Re: Lively Chat Bubbles Continue Button

Post by Tony Li »

Here's an example scene:

DS_LCB_ContinueFastForward_2024-06-04-A.unitypackage (edit: updated)

The yellow NPC (the first one to talk) has a long line of dialogue text. If you click while it's typing, it will fast forward to the end. If the typing is done, it will advance the conversation.
User avatar
WaWa
Posts: 16
Joined: Tue May 21, 2024 6:03 am

Re: Lively Chat Bubbles Continue Button

Post by WaWa »

Hi,

Thank you for made that .unitypackage.

I just tried import that .unitypackage to unity. There are missing on LCB Subtitle Panel Prefab field
Image

so I tried drag any prefab (ChatBubbleBlue) to that field, and then I play. it doesn't fast forward. it just skip the entry message to next entry

Thank you
User avatar
Tony Li
Posts: 20993
Joined: Thu Jul 18, 2013 1:27 pm

Re: Lively Chat Bubbles Continue Button

Post by Tony Li »

User avatar
WaWa
Posts: 16
Joined: Tue May 21, 2024 6:03 am

Re: Lively Chat Bubbles Continue Button

Post by WaWa »

Hi,

still same problem. it still skip the entry message 'Lorem' to next entry.
is it because there no LCB FastForward script you provided? and no Button all screen?

Thank you
User avatar
Tony Li
Posts: 20993
Joined: Thu Jul 18, 2013 1:27 pm

Re: Lively Chat Bubbles Continue Button

Post by Tony Li »

Hi,

This is what the scene should look like:

Image

Make sure your ChatBubbleSilverContinueFfwd has a Continue Button child GameObject with a configured LCBContinueButton:

lcbContinueButton.png
lcbContinueButton.png (122.34 KiB) Viewed 116 times
Post Reply