I've been scavenging this forum for a fix to my problem, but I could not find any so I decided to create a new post.
I'm trying to achieve this :
I don't want any animations and text effect, but just the subtitles and the response on the same time.
Here is a link with what I got for now.
https://www.youtube.com/watch?v=o8QWfmrKHFw
Thank you
Show both response and npc from the beginig
-
- Posts: 24
- Joined: Tue Nov 28, 2017 10:04 am
Re: Show both response and npc from the beginig
Hi,
Set your Dialogue Manager's Default Sequence to: None()
This will remove the delay. If you need to add a delay for a specific dialogue entry, set the dialogue entry's Sequence field to: Delay({{end}})
Set your Dialogue Manager's Default Sequence to: None()
This will remove the delay. If you need to add a delay for a specific dialogue entry, set the dialogue entry's Sequence field to: Delay({{end}})
-
- Posts: 24
- Joined: Tue Nov 28, 2017 10:04 am
Re: Show both response and npc from the beginig
Happy to help!