Lively Chat Bubbles Continue Button
Re: Lively Chat Bubbles Continue Button
I figured out the World Space part, but I haven't figured out how to not hide the ChatBubble gameobject when displaying a response/menu panel. Is there a built-in way to set up reminders (leaving the subtitle panel visible until response given) with the Lively Chat Bubble Subtitle Panel?
<3
<3
Re: Lively Chat Bubbles Continue Button
Hi,
Please back up your project and then import this updated LCB integration package (which will also be in DS version 2.2.44):
[see below]
It adds a Visibility dropdown to LivelyChatBubbleSubtitlePanel. Set it to something other than Only During Content to keep the bubble visible during the response menu.
Please back up your project and then import this updated LCB integration package (which will also be in DS version 2.2.44):
[see below]
It adds a Visibility dropdown to LivelyChatBubbleSubtitlePanel. Set it to something other than Only During Content to keep the bubble visible during the response menu.
Re: Lively Chat Bubbles Continue Button
wow! efficient! thanks, it works -- the bubble stays up while the response menu is being shown, however, I'm now having an issue where the subsequent text won't be typed (just loads in fully when pressing Continue or not at all otherwise / stays stuck at current dialogue entry). I'm gonna investigate that later today and keep you updated, thanks again
Re: Lively Chat Bubbles Continue Button
Hi TonyTony Li wrote: ↑Mon Feb 26, 2024 9:38 am Hi,
This update should fix that:
DS_LivelyChatBubblesSupport_2024-02-26.unitypackage
that link doesn't seem to work
cheers
Re: Lively Chat Bubbles Continue Button
Oops, fixed the link.
Re: Lively Chat Bubbles Continue Button
thanks Tony, it's working amazingly <3
Re: Lively Chat Bubbles Continue Button
Glad to help!
Re: Lively Chat Bubbles Continue Button
follow-up question regarding implementing chat bubbles in world space : is there a way to get the conversant's transform (without using GameObject.Find() like in SMSDialogueUI.cs)?
I'm fixing to parent the chat bubble to a WorldSpaceCanvas object that is parented to the conversant Transform.
thanks again
I'm fixing to parent the chat bubble to a WorldSpaceCanvas object that is parented to the conversant Transform.
thanks again
Re: Lively Chat Bubbles Continue Button
Hi,
By conversant, do you mean the conversation's conversant? If so, use the property DialogueManager.currentConversant.
If you mean an individual dialogue entry's speaker or listener, you can get at those, too. But I suspect you mean the coversation's conversant.
By conversant, do you mean the conversation's conversant? If so, use the property DialogueManager.currentConversant.
If you mean an individual dialogue entry's speaker or listener, you can get at those, too. But I suspect you mean the coversation's conversant.