Search found 13 matches

by lizukadaky101
Wed Feb 08, 2023 3:19 pm
Forum: Dialogue System for Unity
Topic: Conversation suddenly not working
Replies: 7
Views: 563

Re: Conversation suddenly not working

Hi,

in the first scene in build settings I actually do not have a Dialogue Manager (since it is the Main Menu). In the second scene, where dialogue happens, the Dialogue Manager and Dialogue Database is linked properly. Putting the dialogue manager into the main menu scene did not help solve it
by lizukadaky101
Tue Feb 07, 2023 8:36 am
Forum: Dialogue System for Unity
Topic: Conversation suddenly not working
Replies: 7
Views: 563

Re: Conversation suddenly not working

Oh I see! I ticked "TMP_PRESENT" on and although the text now does appear, it seems to ignore from which conversation it reads and instead defaults to the first one. The nodes in the dialogue window again light up in the correct conversation (and events also happen), but the text is taken ...
by lizukadaky101
Tue Feb 07, 2023 7:08 am
Forum: Dialogue System for Unity
Topic: Conversation suddenly not working
Replies: 7
Views: 563

Re: Conversation suddenly not working

Okay so I tried to recreate the problem and it is indeed caused by installing the webGL module - in a different project, i switched platforms from Windows to webGL and it happened again. When I try to go back to Windows platform that I had set up before, the conversation remains broken.
by lizukadaky101
Tue Feb 07, 2023 5:20 am
Forum: Dialogue System for Unity
Topic: Conversation suddenly not working
Replies: 7
Views: 563

Conversation suddenly not working

Hello, I have I project that Ive finalized and built a few days ago with no issues. After that, I realized that I needed to build it in webGL in order to post it online. So I went ahead, installed the webGL module, built it, and suddenly, the conversation doesnt work properly. It doesnt show any tex...
by lizukadaky101
Mon Jan 23, 2023 5:14 am
Forum: Dialogue System for Unity
Topic: How to remove UI Continue Button Fast Forward effect?
Replies: 5
Views: 262

Re: How to remove UI Continue Button Fast Forward effect?

Yes, it is indeed assigned. The first click fast forwards the text, and after a brief pause advances it. What I am here trying to achieve is having the continue button only appear at the end of each dialogue line/node/window, so that the player can control the time of the text being displayed to him...
by lizukadaky101
Sun Jan 22, 2023 3:52 pm
Forum: Dialogue System for Unity
Topic: How to remove UI Continue Button Fast Forward effect?
Replies: 5
Views: 262

Re: How to remove UI Continue Button Fast Forward effect?

Hello,
thank you for your response. Yes I did that, but it still Fast Forwards when I click the button during the dialogue line.
by lizukadaky101
Sun Jan 22, 2023 9:18 am
Forum: Dialogue System for Unity
Topic: How to remove UI Continue Button Fast Forward effect?
Replies: 5
Views: 262

How to remove UI Continue Button Fast Forward effect?

Hi, I am having trouble with disabling the mentioned effect above. I have had used this on but I decided that I do not want it anymore. I tried turning off and disabling both the OnClick event and the script itself (see screenshot below) but with no luck. Only case where I managed to turn it off it ...
by lizukadaky101
Sun Jan 15, 2023 12:00 pm
Forum: Dialogue System for Unity
Topic: How to play Dialogue Menus hide/show animation after each node
Replies: 1
Views: 141

How to play Dialogue Menus hide/show animation after each node

Hello, how can I play dialogue menus hide/show animation after each node? And can I set the timer on how long will the menu be hidden?
by lizukadaky101
Sun Jan 15, 2023 9:43 am
Forum: Dialogue System for Unity
Topic: How can I make the continue button finish the typewriter effect?
Replies: 5
Views: 375

Re: How can I make the continue button finish the typewriter effect?

Oh I see, it works like a charm now. Thank you so much!
by lizukadaky101
Sun Jan 15, 2023 9:20 am
Forum: Dialogue System for Unity
Topic: How can I make the continue button finish the typewriter effect?
Replies: 5
Views: 375

Re: How can I make the continue button finish the typewriter effect?

Thank you for your response. Yes, I already have this OnClick Event set up. It does indeed skip the typewriter effect, but it also skips the whole text line. I just need it to fast forward the effect, then wait for another press of the continue button to skip to the next line of conversation.