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
When Start Dialogue
However, other objects that use Chat Bubble Prefab, such as the player, function normally.
My Dialogue Manager Setting
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.
Custom Chat bubble not work
Re: Custom Chat bubble not work
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
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
i found it.
at dialogue start trigger > Actions > conversation Actor was empty.
add conversation actor, it work
thank you.
at dialogue start trigger > Actions > conversation Actor was empty.
add conversation actor, it work
thank you.
Re: Custom Chat bubble not work
Glad to help!