Search found 5 matches
- Wed Jan 01, 2025 8:24 pm
- Forum: Dialogue System for Unity
- Topic: Clear text according to timeline
- Replies: 9
- Views: 1626
Re: Clear text according to timeline
Thanks that's all done now, much appreciated for the help.
- Tue Dec 31, 2024 11:56 pm
- Forum: Dialogue System for Unity
- Topic: Clear text according to timeline
- Replies: 9
- Views: 1626
Re: Clear text according to timeline
Thanks a lot for that, this has fixed the issue.
I have one final issue though, when I switch the Actor and Conversant in one of the Dialogue Entries, the Conversation stops at that point.
I have one final issue though, when I switch the Actor and Conversant in one of the Dialogue Entries, the Conversation stops at that point.
- Tue Dec 31, 2024 8:19 pm
- Forum: Dialogue System for Unity
- Topic: Clear text according to timeline
- Replies: 9
- Views: 1626
Re: Clear text according to timeline
Hi, thanks for the reply, seems I'm still not where I want to be. I assumed WaitForMessage(0) was the way to have the dialogue wait until the next clip. If I don't include this, then the conversation continues regardless of where I have placed the Continue Conversation clips. I've included screens o...
- Tue Dec 31, 2024 2:35 am
- Forum: Dialogue System for Unity
- Topic: Clear text according to timeline
- Replies: 9
- Views: 1626
Re: Clear text according to timeline
Thanks, I ended up using
Which seems to work well.
Code: Select all
WaitForMessage(0); ClearSubtitleText(all)@{{end}}
- Mon Dec 30, 2024 6:20 pm
- Forum: Dialogue System for Unity
- Topic: Clear text according to timeline
- Replies: 9
- Views: 1626
Clear text according to timeline
Hello, I would like to know if it is possible to clear the text on the dialog according to the timeline clip.
The text seems to stay on the panel even after the clip has finished.
See attached picture.
The text seems to stay on the panel even after the clip has finished.
See attached picture.