Response Menu isn't working as it's expected

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
NotoMuteki
Posts: 17
Joined: Mon Oct 11, 2021 9:48 pm

Response Menu isn't working as it's expected

Post by NotoMuteki »

I was following this tutorial to enhance Dialogue UI.

http://www.pixelcrushers.com/dialogue_s ... e_u_i.html

But after I've done the setup, Response Menu doesn't pick up actual response candidates,
it just shows "Response Button".
response.png
response.png (357.49 KiB) Viewed 238 times
I think I mistakenly assigned component somewhere in "Response Menu Panel" or "Response Button Template",
but I've already applied Overrides so I can't figure out where did I messed up.
Could anyone tell which assignment was causing this behaviour?
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Response Menu isn't working as it's expected

Post by Tony Li »

Hi,

Inspect your Dialogue Manager GameObject. Identify which dialogue UI is assigned to its Dialogue UI field.

Inspect that dialogue UI. It has a Standard Dialogue UI component. Make sure your menu panel is assigned to Conversation UI Elements > Menu Panels and Default Menu Panel.

Then inspect the menu panel. It has a Standard UI Menu Panel component. Make sure your new response button is assigned to the Button Template field, and that the Button Template Holder is also still assigned.

Then inspect the response button. Make sure the Button and Label fields are assigned.

Then play the scene. Check the Console window for any warnings or errors.
Post Reply