Custom Chat bubble not work

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Custom Chat bubble not work

Post by boltibm »

Hello, I am a Korean developer.
It will be a little awkward because it is used as a translator. Please understand.

I read the following topic.
1. https://www.pixelcrushers.com/phpbb/vie ... tle#p35671
2. https://www.pixelcrushers.com/phpbb/vie ... tle#p35671

And I also referred to Extra.
DialogueSystem_TMProBubbles_2022-10-29.unitypackage
BubbleSubtitleExample_2018-08-22.unitypackage
And so on...

There's some problem.
1. The speech bubble that the player has is not working.

My Player Setting
image (14).png
image (14).png (91.63 KiB) Viewed 222 times
When Start Dialogue
image (15).png
image (15).png (230.33 KiB) Viewed 222 times
However, other objects that use Chat Bubble Prefab, such as the player, function normally.
image (16).png
image (16).png (359.01 KiB) Viewed 222 times
image (17).png
image (17).png (93.32 KiB) Viewed 222 times
My Dialogue Manager Setting
image (13).png
image (13).png (145.98 KiB) Viewed 222 times
What can i do??

Add
At first, the custom object worked normally.
However, it operates abnormally after opening and closing the Bubble Subtitle Sample TMP TextAnimator scene on the Extra.
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Custom Chat bubble not work

Post by Tony Li »

Hello,

I don't think opening and closing the Bubble Subtitle Sample TMP TextAnimator scene is the problem.

The conversation will use the "Veiled Edge Standard UI" when it cannot find a Dialogue Actor component for the character that is speaking. Make sure it finds the correct GameObject. See: Character GameObject Assignments
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: Custom Chat bubble not work

Post by boltibm »

i found it.

at dialogue start trigger > Actions > conversation Actor was empty.

add conversation actor, it work

thank you.
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Custom Chat bubble not work

Post by Tony Li »

Glad to help!
Post Reply