Page 1 of 1

Corgi engine is not showing correctly the dialogue

Posted: Tue Jul 09, 2019 12:42 pm
by Waru_GameDev
Hi! I am a newbie with this assets, my name is Walter and I am making a platform adventure game.
I have a problem, I am using corgi engine for the platform and i wanna make the dialogues with speech bubbles like this example.

Image

The problem when i downloaded the assets and open the example scene, I get this

Image

http://prntscr.com/ocpqse


My unity is 2019.1.7f1

I changed in the dialogue manager for corgi engine UI... but i have the same problem :c

Thanks a lot if you can help me!

Best Regards


-------
Edit
I am re imported... and i get this

http://prntscr.com/ocq1d7

Re: Corgi engine is not showing correctly the dialogue

Posted: Tue Jul 09, 2019 3:19 pm
by Tony Li
Hi,

Thanks for using the Dialogue System!

You can either add a Dialogue Actor component to the player prefab and select "Player" from the dropdown, or import the Dialogue System 2.1.8 patch 20190709. (I sent you a message with your access info to download the patch.)

Re: Corgi engine is not showing correctly the dialogue

Posted: Tue Jul 09, 2019 6:02 pm
by Waru_GameDev
Hey! the files fixed the problem!
Thanks, i have another question! there are some way the response appear in a bubble speech above the player?
Like he is thinking about the ansewer?
Best regards

Re: Corgi engine is not showing correctly the dialogue

Posted: Tue Jul 09, 2019 7:07 pm
by Tony Li
Yes. It's the same with or without Corgi. Add a bubble menu panel to the player. Add a Dialogue Actor to the player. Set the menu panel number to Custom, and assign the bubble menu panel.

Here's an example:

DS_CorgiPlayerMenuBubbleExample_2021-01-28.unitypackage

DS_CorgiLimitWidthAndPlayerMenu_2021-03-10.unitypackage

(Edit: Linked to most recent example and included example that also limits width of subtitle bubble.)

Re: Corgi engine is not showing correctly the dialogue

Posted: Tue Jul 09, 2019 8:53 pm
by Waru_GameDev
Thanks a lot!
:D

Maybe i will come back with more doubts.
Great asset BTW

Re: Corgi engine is not showing correctly the dialogue

Posted: Tue Jul 09, 2019 9:07 pm
by Tony Li
Thanks! Glad to help.