Search found 5 matches
- Sat Dec 30, 2023 9:01 pm
- Forum: Dialogue System for Unity
- Topic: A Few Questions about the Response Menu
- Replies: 5
- Views: 2094
Re: A Few Questions about the Response Menu
The scripts worked like a charm. Thank you so much!!
- Sat Dec 30, 2023 6:52 pm
- Forum: Dialogue System for Unity
- Topic: A Few Questions about the Response Menu
- Replies: 5
- Views: 2094
Re: A Few Questions about the Response Menu
That worked perfectly! Thank you so much. Though I still have a small question regarding the Continue Button. I removed the UI Button Key Trigger and ticked Always Auto Focus checkbox, but I noticed that I still need to click once before I can use Space key. Also when Always Auto Focus is checked, w...
- Fri Dec 29, 2023 10:31 pm
- Forum: Dialogue System for Unity
- Topic: A Few Questions about the Response Menu
- Replies: 5
- Views: 2094
A Few Questions about the Response Menu
Hi! I recently encountered several questions. 1. I noticed that to make the responses show up, I have to click at the screen once. Maybe it's due to some settings? Is there any way to let all the responses automatically show up in like 0.5s after the last entry is shown? 2. Is there any way to hide ...
- Thu Jun 15, 2023 9:38 am
- Forum: Dialogue System for Unity
- Topic: Display Changing Variable at Runtime
- Replies: 2
- Views: 219
Re: Display Changing Variable at Runtime
Thanks a lot!! It wasn’t a timer btw
- Thu Jun 15, 2023 1:24 am
- Forum: Dialogue System for Unity
- Topic: Display Changing Variable at Runtime
- Replies: 2
- Views: 219
Display Changing Variable at Runtime
Hello! So I want to display a Dialogue System variable in one entry and make it changing randomly from 1 to 100 for each 0.1s, so that for every other 0.1s, a new random number is shown in place of the previous one. I tried to use playmaker to generate random floats and sync it to the variable in Di...