Hide the feedback button on the menu

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
tobyfleming
Posts: 1
Joined: Thu Oct 05, 2023 9:58 pm

Hide the feedback button on the menu

Post by tobyfleming »

Hello, Is it possible to hide specific button feedback instead of having to disable it based on the condition? Thanks
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide the feedback button on the menu

Post by Tony Li »

Hi,

Normally, the dialogue UI's player response menu only shows buttons for player dialogue entries whose Conditions are true. If a player dialogue entry's Conditions are false, it will not show a button in the menu.

If you want to show buttons for entries whose Conditions are false, inspect the Dialogue Manager GameObject. Tick Display Settings > Input Settings > Include Invalid Entries. This will show non-clickable buttons for those entries. You can change the way those buttons look by settings [em#] Tag For Invalid Entries. (To set [em#] settings such as text color, use the Dialogue Editor's Database section > Database Properties.)
Post Reply