I thought that may have been the case (and most likely is the case), but unfortunately changing the script execution order didn't change anything for me; not sure why, but as long as I have a consistent workaround, I'm happy.
Thanks again!
Search found 15 matches
- Mon Feb 21, 2022 5:35 pm
- Forum: Dialogue System for Unity
- Topic: Bubble UI Subtitle Panel Not Working With “On Enable”
- Replies: 9
- Views: 792
- Mon Feb 21, 2022 3:16 pm
- Forum: Dialogue System for Unity
- Topic: Bubble UI Subtitle Panel Not Working With “On Enable”
- Replies: 9
- Views: 792
Re: Bubble UI Subtitle Panel Not Working With “On Enable”
Yes, that does indeed seem to be the problem, delaying the OnEnable() method by 1 frame solves the issue. That was really throwing me for a loop, and I'm still not entirely sure why certain things are behaving the way they are, like removing and re-adding the "Dialogue System Trigger" caus...
- Mon Feb 21, 2022 12:47 pm
- Forum: Dialogue System for Unity
- Topic: Bubble UI Subtitle Panel Not Working With “On Enable”
- Replies: 9
- Views: 792
Re: Bubble UI Subtitle Panel Not Working With “On Enable”
Does it work when you do this? Could it be my version of Unity or something? I'm setting the NPC to be the Conversation Conversant exactly as you say, but "On Enable" still doesn't work. Here is another example: https://drive.google.com/file/d/184JCZf_E14wD6YkVAd1HYuK_DyNKUfPu/view?usp=sha...
- Mon Feb 21, 2022 10:41 am
- Forum: Dialogue System for Unity
- Topic: Bubble UI Subtitle Panel Not Working With “On Enable”
- Replies: 9
- Views: 792
Re: Bubble UI Subtitle Panel Not Working With “On Enable”
Thank you for the reply. Unfortunately, I'm still extremely confused. I apologize if I'm missing something obvious. I tried adding the NPC/Player to the "Conversation Actor" and "Conversation Conversant" fields, but it still doesn't work for me. Video demonstration: https://drive...
- Sun Feb 20, 2022 11:54 pm
- Forum: Dialogue System for Unity
- Topic: Bubble UI Subtitle Panel Not Working With “On Enable”
- Replies: 9
- Views: 792
Bubble UI Subtitle Panel Not Working With “On Enable”
Hello, I'm experiencing an issue where the "Bubble Template Standard UI Subtitle Panel" doesn't appear when it's supposed to, and is instead replaced by the regular dialogue UI. I've been losing my mind over this issue for a while now, and I've finally made some progress on figuring out th...
- Sun Sep 26, 2021 10:22 am
- Forum: Dialogue System for Unity
- Topic: Dialogue doesn't close when spamming continue.
- Replies: 10
- Views: 774
Re: Dialogue doesn't close when spamming continue.
Hello! I've just tested out the patch, and everything seems to be working great! Thanks for the tip about the continue button. Now that I think about it, it was kind of dumb to say that the continue button was still visible when I should have just made it fade out. The continue button in my game is ...
- Sat Sep 25, 2021 11:23 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue doesn't close when spamming continue.
- Replies: 10
- Views: 774
- Sat Sep 25, 2021 9:39 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue doesn't close when spamming continue.
- Replies: 10
- Views: 774
Re: Dialogue doesn't close when spamming continue.
Hello, Thanks for getting back to me so quickly. Unfortunately, after testing out the patch, it seems to undo the fix for this patch: https://www.pixelcrushers.com/phpbb/viewtopic.php?f=3&t=4888&sid=7f8a3f7895cc5656fb07d017f7ea4838&start=10 It also only seems to partially solve the issue...
- Sat Sep 25, 2021 8:54 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue doesn't close when spamming continue.
- Replies: 10
- Views: 774
Re: Dialogue doesn't close when spamming continue.
Woops, that's my bad, sorry about that. Please let me know if you need the link again, I'll send it by email.
- Sat Sep 25, 2021 4:10 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue doesn't close when spamming continue.
- Replies: 10
- Views: 774
Dialogue doesn't close when spamming continue.
Hello, I'm experiencing an issue where if I press the continue button too fast, the subtitle panels don't close. I'm using the "Bubble Template Standard UI Subtitle Panel." I've attached a repro project that was made to demonstrate the issue. It's not difficult to reproduce. Repro steps to...