Page 1 of 1

Skip Player Response Button And Show Dialogue Text Directly

Posted: Wed Mar 11, 2020 1:50 am
by onyx
Hi Tony:

I don't know if I made it clear. I am working in a 2D game with a Subsurface Circular-like custom dialogue UI. It works well so far, except for a small problem: I need my player's words to split along different nodes to get the best visual effects, and the problem is the player need to click every single node's response button to display its dialogue text.

And here is my question: Is there any settings or scripting way to do in dialogue node to skip player's response button and show text directly, when the node has only one child?

Thanks a lot.

Re: Skip Player Response Button And Show Dialogue Text Directly

Posted: Wed Mar 11, 2020 8:39 am
by Tony Li
Hi,

Inspect the Dialogue Manager GameObject. Untick Display Settings > Input Settings > Always Force Response Menu.

(If you then want to show a specific single node as a response menu, include the tag '[f]' in its text.)

Re: Skip Player Response Button And Show Dialogue Text Directly

Posted: Wed Mar 11, 2020 8:55 am
by onyx
It works. Can't believe I missed it :shock:
Thanks a lot for the patient reply :D .

Re: Skip Player Response Button And Show Dialogue Text Directly

Posted: Wed Mar 11, 2020 9:06 am
by Tony Li
Always happy to help! :-)