I need something like this:
During the conversation I would like to display custom window and select button inside this window, then press this custom button and continue with conversation. everything works fine except I am losing focus on my custom button and the Dialogue UI continue button is highlighted.
I would like to pause the conversation and disable the continue button.
I tried to set Continue Button to "Never" but then conversation plays automatically.
I tried also disabling continueButton but it is being selected anyway.
I also tried selecting this button with coroutine and delay.
Nothing worked

Thanks.