Page 1 of 1

Custom Chat bubble not work

Posted: Thu Dec 29, 2022 4:58 am
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 223 times
When Start Dialogue
image (15).png
image (15).png (230.33 KiB) Viewed 223 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 223 times
image (17).png
image (17).png (93.32 KiB) Viewed 223 times
My Dialogue Manager Setting
image (13).png
image (13).png (145.98 KiB) Viewed 223 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.

Re: Custom Chat bubble not work

Posted: Thu Dec 29, 2022 10:01 am
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

Re: Custom Chat bubble not work

Posted: Fri Dec 30, 2022 2:55 am
by boltibm
i found it.

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

add conversation actor, it work

thank you.

Re: Custom Chat bubble not work

Posted: Fri Dec 30, 2022 8:31 am
by Tony Li
Glad to help!