I want to always show Response Menu

Announcements, support questions, and discussion for the Dialogue System.
nullpo
Posts: 6
Joined: Mon Dec 09, 2019 7:56 am

Re: I want to always show Response Menu

Post by nullpo »

Thank you Toni !! Last question:
Is it possible to let the response button always be displayed.
Not make them disappear after button press but just change contents of button.
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: I want to always show Response Menu

Post by Tony Li »

Yes. This is the easiest way:

1. Create your buttons at design time. Assign them to the Standard UI Menu Panel component's Buttons list. Leave the Button Template and Button Template Holder unassigned.

2. Create a copy of your buttons, and place them earlier in the hierarchy so they exist underneath the versions that are assigned to the Buttons list. Make these copies non-Interactable.

When a conversation is showing a response menu, it will show the interactable buttons in step #1 above.

When no conversation is running, or when the conversation is not showing a response menu, only the non-Interactable copies in step #2 above will be visible.
Post Reply