Corgi engine is not showing correctly the dialogue

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Waru_GameDev
Posts: 10
Joined: Tue Jul 09, 2019 12:24 pm

Corgi engine is not showing correctly the dialogue

Post 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
User avatar
Tony Li
Posts: 20746
Joined: Thu Jul 18, 2013 1:27 pm

Re: Corgi engine is not showing correctly the dialogue

Post 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.)
Waru_GameDev
Posts: 10
Joined: Tue Jul 09, 2019 12:24 pm

Re: Corgi engine is not showing correctly the dialogue

Post 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
User avatar
Tony Li
Posts: 20746
Joined: Thu Jul 18, 2013 1:27 pm

Re: Corgi engine is not showing correctly the dialogue

Post 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.)
Waru_GameDev
Posts: 10
Joined: Tue Jul 09, 2019 12:24 pm

Re: Corgi engine is not showing correctly the dialogue

Post by Waru_GameDev »

Thanks a lot!
:D

Maybe i will come back with more doubts.
Great asset BTW
User avatar
Tony Li
Posts: 20746
Joined: Thu Jul 18, 2013 1:27 pm

Re: Corgi engine is not showing correctly the dialogue

Post by Tony Li »

Thanks! Glad to help.
Post Reply