Search found 7 matches

by YuRo711
Fri Jul 07, 2023 12:59 pm
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Re: Custom Dialogue UI disabled in runtime

Thank you so much! That solved the problem.
by YuRo711
Thu Jul 06, 2023 11:06 am
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Re: Custom Dialogue UI disabled in runtime

The dialogue controller's display settings are custom dialogue UI (object in the scene) for the UI and dialogue controller's child canvas. The subtitle settings in the dialogue are the same.
by YuRo711
Wed Jul 05, 2023 5:34 pm
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Re: Custom Dialogue UI disabled in runtime

Hi,

1) There's no entry sequence for this dialogue
2) The default sequence is set on Delay({{end}})
3) Yes, it's ticked
by YuRo711
Wed Jul 05, 2023 1:43 pm
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Re: Custom Dialogue UI disabled in runtime

Hi,

The GameObject itself becomes incative, not the elements.

Here's the hierarchy screenshots:
1) On start
Снимок.PNG
Снимок.PNG (9.75 KiB) Viewed 455 times
2) When activatiing the dialogue (just for a moment)
Снимок.PNG
Снимок.PNG (9.34 KiB) Viewed 455 times
3) A moment after that
Снимок.PNG
Снимок.PNG (9.75 KiB) Viewed 455 times
by YuRo711
Tue Jul 04, 2023 6:44 pm
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Re: Custom Dialogue UI disabled in runtime

Hello, Thank you for your reply. I tried the first two and here's what came of it: It works perfectly fine with Basic UI. The subtitle text is there. Moreover, the menu buttons have the right text too. It's just that the entire UI panel (the element containing both the subtitle and the menu panels a...
by YuRo711
Tue Jul 04, 2023 2:36 pm
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Re: Custom Dialogue UI disabled in runtime

Here's the debug log
Снимок.PNG
Снимок.PNG (57.01 KiB) Viewed 465 times
by YuRo711
Mon Jul 03, 2023 6:04 pm
Forum: Dialogue System for Unity
Topic: Custom Dialogue UI disabled in runtime
Replies: 14
Views: 734

Custom Dialogue UI disabled in runtime

I'm trying to make a custom dialogue UI with subtitle and responce menu panels. Each time I click on a dialogue trigger object: Conversation starts (main panel and subtitle panel activate) Main panel deactivates before subtitle text even appears It used to throw Coroutine couldn't be started error b...