Search found 6 matches

by skuwid
Fri Jul 21, 2023 3:38 pm
Forum: Dialogue System for Unity
Topic: Switch between conversations using UI buttons
Replies: 7
Views: 625

Re: Switch between conversations using UI buttons

Hello, I'm following up because since adding this script, I've added the Unity UI Typewriter Effect component to the NPC Subtitle Text object. One thing I've noticed since adding this component, is that now when I switch between which conversation gets displayed in the Messages Panel, as previous me...
by skuwid
Mon Jul 10, 2023 4:19 pm
Forum: Dialogue System for Unity
Topic: Switch between conversations using UI buttons
Replies: 7
Views: 625

Re: Switch between conversations using UI buttons

This fix appears to have resolved the issue for me so far, thank you!
by skuwid
Mon Jul 10, 2023 3:51 pm
Forum: Dialogue System for Unity
Topic: Switch between conversations using UI buttons
Replies: 7
Views: 625

Re: Switch between conversations using UI buttons

Thank you, this method is working for me so far, but I've noticed that when the button of a conversant is pressed while its corresponding conversation is displayed on screen, it continues to call the function each time - one result of this is that when the button is repeatedly pressed for the conver...
by skuwid
Fri Jul 07, 2023 2:56 pm
Forum: Dialogue System for Unity
Topic: Switch between conversations using UI buttons
Replies: 7
Views: 625

Switch between conversations using UI buttons

I am designing a game using the SMS UI template and would like to support a list of buttons that allows the player to toggle between ongoing conversations with different NPCs. In other words, a list of portrait images that the player can click on to decide which conversation gets displayed on the ma...
by skuwid
Tue Jul 04, 2023 5:11 pm
Forum: Dialogue System for Unity
Topic: WRPG with distinct NPC and PC subtitles
Replies: 3
Views: 409

Re: WRPG with distinct NPC and PC subtitles

Switching to the SMS template has helped - thanks :)
by skuwid
Mon Jul 03, 2023 11:12 pm
Forum: Dialogue System for Unity
Topic: WRPG with distinct NPC and PC subtitles
Replies: 3
Views: 409

WRPG with distinct NPC and PC subtitles

Hi all, I am creating a dialogue system using the WRPG template and I am having some difficulty designing distinct NPC and PC subtitle styles - particularly it is the way the two players' messages stack vertically: https://i.imgur.com/K8va6KM.png In the screenshot, you can see the issue I'm having i...