Hide Portrait after selecting Response

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
FabianK
Posts: 1
Joined: Sun Nov 17, 2024 8:51 am

Hide Portrait after selecting Response

Post by FabianK »

Hey there,

I have two actors with IsPlayer == true in a conversation talking to each other.
At the moment, their respective portrait is showing when displaying a response menu. This is my intended behaviour.

However, the respective portrait is still showing after I selected a response from the displayed response menu, this is not what I want. Instead, I want to hide the portrait after selecting a response.

It seems that this hiding is only triggered when continuing on displayed subtitles?

Settings:
Show PC Subtitles during Line == true
Skip PC Subtitle after Response Menu == true

Thanks a lot!
User avatar
Tony Li
Posts: 22083
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide Portrait after selecting Response

Post by Tony Li »

Hi,

Each subtitle panel has a Portrait Image, and the response menu panel also has a PC Image. You can remove subtitle panels' Portrait Images and response menu panels' PC Images if you don't want them to ever be visible.

When the response menu is visible, it will show the player's portrait image in the PC Image. When you select a response from the menu, the response menu and its PC Image should disappear.

With Show PC Subtitles During Line ticked, player-assigned subtitles that aren't part of response menus will appear in subtitle panels. If you don't want to show the player's portrait image, you can either remove the panel's Portrait Image GameObject or change the panel's Visibility dropdown to some other setting.
Post Reply