Search found 3 matches
- Sun Feb 12, 2023 6:00 am
- Forum: Dialogue System for Unity
- Topic: OnConversationLine passing empty subtitles
- Replies: 5
- Views: 179
Re: OnConversationLine passing empty subtitles
I was adding listeners to DialogueSystemEvents. Implementing the method directly for messages instead has actually fixed the problem, thank you. The forum is flagging the log as spam, but in case it might be useful to anyone finding this problem in the future, for whatever reason conversation lines ...
- Wed Feb 08, 2023 10:38 am
- Forum: Dialogue System for Unity
- Topic: OnConversationLine passing empty subtitles
- Replies: 5
- Views: 179
Re: OnConversationLine passing empty subtitles
Hi. Thank you for response! Nope, that's not it. And for that matter, the first subtitle (START) does have a formattedText full of empty values, but still comes with dialogueEntry and entryTag filled out, whereas subsequent ones come up null on the latter two.
Spoiler
- Wed Feb 08, 2023 3:47 am
- Forum: Dialogue System for Unity
- Topic: OnConversationLine passing empty subtitles
- Replies: 5
- Views: 179
OnConversationLine passing empty subtitles
I'm having an issue where OnConversationLine is passing subtitles with no text. Oddly enough, OnConversationLineEnd passes an empty subtitle as well, but fills it on the following frames. I thought maybe that could be due to the typewriter effect, but the empty subtitle being passed has no speaker i...