No response menu panels

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
jrose1184
Posts: 16
Joined: Mon Jan 22, 2024 2:35 pm

No response menu panels

Post 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
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: No response menu panels

Post 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.
jrose1184
Posts: 16
Joined: Mon Jan 22, 2024 2:35 pm

Re: No response menu panels

Post 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.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: No response menu panels

Post 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?
jrose1184
Posts: 16
Joined: Mon Jan 22, 2024 2:35 pm

Re: No response menu panels

Post 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.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: No response menu panels

Post 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.
jrose1184
Posts: 16
Joined: Mon Jan 22, 2024 2:35 pm

Re: No response menu panels

Post by jrose1184 »

I had to select the Select panel + icon and add it to the array or list. Thanks
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: No response menu panels

Post by Tony Li »

Sounds like it's all working now? If any other questions come up, just ask.
Post Reply