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
No response menu panels
Re: No response menu panels
Hi,
Here are some things to check:
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
https://ibb.co/8KXb9Dg
Hi i have attached an image.
The components all seem to be ok. Not sure what else to try.
Hi i have attached an image.
The components all seem to be ok. Not sure what else to try.
Re: No response menu panels
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?
When you play a conversation, does the response menu show up when it's supposed to?
Re: No response menu panels
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.
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
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.
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
I had to select the Select panel + icon and add it to the array or list. Thanks
Re: No response menu panels
Sounds like it's all working now? If any other questions come up, just ask.