Search found 5 matches

by papapa909090
Thu Nov 05, 2020 3:33 am
Forum: Dialogue System for Unity
Topic: How to clear portrait (hide portrait no sprite)
Replies: 1
Views: 294

How to clear portrait (hide portrait no sprite)

I need to hide upper (conversant's) portrait so only bottom portrait (actor's) is shown. I have a previous dialogue when both portraits are shown but this dialogue is only for actor's thoughts so the upper (conversant's) portrait must be hidden The only way I can clear upper (conversant's) portrait ...
by papapa909090
Tue Oct 13, 2020 9:07 am
Forum: Dialogue System for Unity
Topic: How to check if alert is shown?
Replies: 1
Views: 174

How to check if alert is shown?

Hello, I need to check if alert is shown not to overwrite its text, something like DialogueManager.isConversationActive for Alerts;

I found PixelCrushers.DialogueSystem.UnityUIDialogueUI.alertIsVisible() but it's protected
by papapa909090
Sat Aug 29, 2020 8:30 am
Forum: Dialogue System for Unity
Topic: Make Letterbox UI template show NPC's previous text
Replies: 1
Views: 215

Re: Make Letterbox UI template show NPC's previous text

Actually I got reply in another thread, thanks

answer: Go down in game object hierarchy: LetterBox Template > Dialogue Panel > Top Panel > NPC Subtitle Panel

and set in component Standard UI Subtitle Panel Visibility = Always Once Shown
by papapa909090
Sat Aug 29, 2020 8:24 am
Forum: Dialogue System for Unity
Topic: Make Letterbox UI template show NPC's previous text
Replies: 1
Views: 215

Make Letterbox UI template show NPC's previous text

Hello, I'm trying to make NPC (upper) response stay visible while player's response appears, no matter what I do it dissapears when player's answer comes I tried searching for solution and Subtitle Reminders seem to be the answer, but they are nowhere to be found (just enabling them in DialogueSyste...
by papapa909090
Fri Aug 28, 2020 2:15 am
Forum: Dialogue System for Unity
Topic: Showing NPC Subtitles with Responses
Replies: 5
Views: 1168

Re: Showing NPC Subtitles with Responses

Where is Response Menu > Subtitle Reminder section?

Couldn't find that in DialogueManager / ui elements on dialogue canvas