Search found 7 matches
- Fri Jul 07, 2023 12:59 pm
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
Re: Custom Dialogue UI disabled in runtime
Thank you so much! That solved the problem.
- Thu Jul 06, 2023 11:06 am
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
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.
- Wed Jul 05, 2023 5:34 pm
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
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
1) There's no entry sequence for this dialogue
2) The default sequence is set on Delay({{end}})
3) Yes, it's ticked
- Wed Jul 05, 2023 1:43 pm
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
Re: Custom Dialogue UI disabled in runtime
Hi,
The GameObject itself becomes incative, not the elements.
Here's the hierarchy screenshots:
1) On start 2) When activatiing the dialogue (just for a moment) 3) A moment after that
The GameObject itself becomes incative, not the elements.
Here's the hierarchy screenshots:
1) On start 2) When activatiing the dialogue (just for a moment) 3) A moment after that
- Tue Jul 04, 2023 6:44 pm
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
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...
- Tue Jul 04, 2023 2:36 pm
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
Re: Custom Dialogue UI disabled in runtime
Here's the debug log
- Mon Jul 03, 2023 6:04 pm
- Forum: Dialogue System for Unity
- Topic: Custom Dialogue UI disabled in runtime
- Replies: 14
- Views: 766
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...