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".
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?
Response Menu isn't working as it's expected
-
- Posts: 17
- Joined: Mon Oct 11, 2021 9:48 pm
Re: Response Menu isn't working as it's expected
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.
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.