Page 1 of 1

No response menu panels

Posted: Mon Jan 22, 2024 2:39 pm
by jrose1184
Hi i seem to be getting this yellow warning

'Dialogue System: No response menu panels are assigned to Standard Dialogue UI.'

i clicked the warning but looks like i have one

Re: No response menu panels

Posted: Mon Jan 22, 2024 3:44 pm
by Tony Li
Hi,

Here are some things to check:
  • The correct dialogue UI is assigned to the Dialogue Manager GameObject's Display Settings > Dialogue UI field.
  • The response menu's StandardUIMenuPanel component is assigned to the dialogue UI's StandardDialogueUI component > Conversation UI Elements > Menu Panels list.

Re: No response menu panels

Posted: Mon Jan 22, 2024 5:00 pm
by jrose1184
https://ibb.co/8KXb9Dg

Hi i have attached an image.

The components all seem to be ok. Not sure what else to try.

Re: No response menu panels

Posted: Mon Jan 22, 2024 8:30 pm
by Tony Li
Those yellow warnings might be coming from an unrelated StandardDialogueUI component. Does your scene have any stray StandardDialogueUI components that aren't being used and should be removed? (You can enter "t:StandardDialogueUI" in the Hierarchy window's search bar to show only GameObjects that have StandardDialogueUI components.)

When you play a conversation, does the response menu show up when it's supposed to?

Re: No response menu panels

Posted: Tue Jan 23, 2024 8:17 am
by jrose1184
Hi,

No do not see any other standard UI also this command 't:StandardDialogueUI' does not show any thing. Also my dialogue works perfect with no errors. I also have another issue on the save and load the player postion does not get saved and i do have a position saver on the player. But lets fix one at a time.

Re: No response menu panels

Posted: Tue Jan 23, 2024 9:40 am
by Tony Li
Hi,

If you click on the yellow warning in play mode, it should highlight the GameObject that's reporting the warning. That may help you find the culprit.

Re: No response menu panels

Posted: Tue Jan 23, 2024 10:38 am
by jrose1184
I had to select the Select panel + icon and add it to the array or list. Thanks

Re: No response menu panels

Posted: Tue Jan 23, 2024 10:52 am
by Tony Li
Sounds like it's all working now? If any other questions come up, just ask.