Search found 4 matches

by davidlim
Thu Dec 20, 2018 7:55 pm
Forum: Dialogue System for Unity
Topic: Make menu panel show quicker
Replies: 5
Views: 454

Re: Make menu panel show quicker

Thank you, That worked ^^
by davidlim
Thu Dec 20, 2018 6:46 pm
Forum: Dialogue System for Unity
Topic: Make menu panel show quicker
Replies: 5
Views: 454

Re: Make menu panel show quicker

Hi Tony, thanks for the quick response, I've already tried setting the Min Subtitle Seconds to zero, but it does not seem to work as can be seen in the attached gif.
diag.gif
diag.gif (103.45 KiB) Viewed 450 times
by davidlim
Thu Dec 20, 2018 2:18 pm
Forum: Dialogue System for Unity
Topic: Make menu panel show quicker
Replies: 5
Views: 454

Make menu panel show quicker

Hi, I want the main menu panel (response menu) to show right after the typewriter has finished displaying the subtitle (npc text). Right now it takes around 2 - 3 seconds. I was able to achieve that by making the subtitles char per sec larger (100) but that also makes the npc text show quicker. How ...
by davidlim
Tue Dec 18, 2018 4:46 pm
Forum: Dialogue System for Unity
Topic: Custom markup tags
Replies: 1
Views: 1136

Custom markup tags

Hello, I'm trying to achieve a functionality in which onHover on a specific work a script would run. I think this could be nicely achieved with a tag like so If you[hover=someData]HOVER[/hover] me, something cool might happen Is this possible ? If not how should I approach activating some behavior o...