Search found 7 matches

by leandro.O
Mon Oct 10, 2022 10:55 am
Forum: Dialogue System for Unity
Topic: Features for localization pipeline
Replies: 7
Views: 639

Re: Features for localization pipeline

Tony Li wrote: Tue Aug 09, 2022 6:40 pmNo, but I can try to add public methods in version 2.2.31.
Hi Tony,
I was following this post and I like to know if this feature was implemented.
Because, I updated the plugin to 2.2.32 and I couldn't find this public methods.
by leandro.O
Mon Mar 29, 2021 9:48 am
Forum: Dialogue System for Unity
Topic: The Response Menu Panel are not focusing
Replies: 11
Views: 453

Re: The Response Menu Panel are not focusing

Thanks Tony, This solution solved the problem. \o/ I don't know why but using SetActive(Continue Button, true) in the subsequent node, the second time that I interact with the npc the button does not deactivate, but removing this call it already reactivates and works for all times. But it's working ...
by leandro.O
Thu Mar 25, 2021 12:14 pm
Forum: Dialogue System for Unity
Topic: The Response Menu Panel are not focusing
Replies: 11
Views: 453

Re: The Response Menu Panel are not focusing

Sorry Tony, I don't know if I can't explain it properly. I'm not having a problem with getting click the button. What I'm not getting is to disable the button during the dialog and reactivate it after my window is closed. I use in Sequence of Dialogue Entry: SetContinueMode(false); WaitForMessage(Es...
by leandro.O
Thu Mar 25, 2021 11:06 am
Forum: Dialogue System for Unity
Topic: The Response Menu Panel are not focusing
Replies: 11
Views: 453

Re: The Response Menu Panel are not focusing

Is the Continue Button assigned to the Continue Button fields of all three subtitle panels? Yep, in this field of all three subtitle panels: Continue button assign.png As a test, does it work if you use: SetContinueMode(false)@0.1 This will test if it's a timing issue. It didn't work, the problem m...
by leandro.O
Thu Mar 25, 2021 10:04 am
Forum: Dialogue System for Unity
Topic: The Response Menu Panel are not focusing
Replies: 11
Views: 453

Re: The Response Menu Panel are not focusing

If that's OK with you, then what if you set the Response Menu Panel inactive at design time and set its Start State to Closed? This works too, thanks Tony!!! \o/ -------------------------------------------------------------------------------- One more thing, I don't know if I would need to create a...
by leandro.O
Wed Mar 24, 2021 12:07 pm
Forum: Dialogue System for Unity
Topic: The Response Menu Panel are not focusing
Replies: 11
Views: 453

Re: The Response Menu Panel are not focusing

Hi Tony, Thanks for the reply, I tried these solutions, but didn't work :( Looking for something that I could have changed from the Scroll Template example and debugging, I realized that if the Response Menu Panel object is not placed in the Panel variable of the Standard UI Menu Panel component, it...
by leandro.O
Wed Mar 24, 2021 9:32 am
Forum: Dialogue System for Unity
Topic: The Response Menu Panel are not focusing
Replies: 11
Views: 453

The Response Menu Panel are not focusing

Hi, First of all I'm really enjoying the plugin :D I'm using the Subsurface Template for my game with a change in which the Response Menu is separate from the scroll window I don't know why, but when it comes to choosing an answer, the screen does not seem to be focused. The answers are created but ...