Search found 12 matches

by Karvakeiju
Thu Dec 12, 2024 9:17 am
Forum: Dialogue System for Unity
Topic: Autofocus disabling on response menu
Replies: 3
Views: 587

Re: Autofocus disabling on response menu

Thanks! This was just the thing I was looking for. Now everything is working perfectly :D
by Karvakeiju
Thu Dec 12, 2024 7:59 am
Forum: Dialogue System for Unity
Topic: Autofocus disabling on response menu
Replies: 3
Views: 587

Autofocus disabling on response menu

Hi, I'm working with Unity's New Input System and have added the Input Device Manager to the Dialogue Manager to handle control scheme changes. However, I've encountered an issue with controlling the EventSystem selection when a response menu is open during a conversation. If I open my pause menu us...
by Karvakeiju
Wed May 24, 2023 6:06 am
Forum: Dialogue System for Unity
Topic: Can't see alert messages in Time Mode Gameplay
Replies: 3
Views: 404

Re: Can't see alert messages in Time Mode Gameplay

Thanks!

This seems to have fixed the problem!
by Karvakeiju
Tue May 23, 2023 1:30 pm
Forum: Dialogue System for Unity
Topic: Can't see alert messages in Time Mode Gameplay
Replies: 3
Views: 404

Can't see alert messages in Time Mode Gameplay

Hi, I changed my Dialogue Time Mode to 'Gameplay' to allow certain physical events to happen and for the player to see during the dialogue. But after the change from 'Realtime' to 'Gameplay' I can't see any of my alert messages show up. I had many alert messages set to show on entering triggers but ...
by Karvakeiju
Thu May 11, 2023 8:35 am
Forum: Dialogue System for Unity
Topic: Multiple portrait images on one subtitle panel
Replies: 12
Views: 1103

Re: Multiple portrait images on one subtitle panel

Hi.
I send you the reproduction project.
Thank you!
by Karvakeiju
Wed May 10, 2023 12:03 pm
Forum: Dialogue System for Unity
Topic: Multiple portrait images on one subtitle panel
Replies: 12
Views: 1103

Re: Multiple portrait images on one subtitle panel

Hi,
I tried to set the player subtitle panel's visibility to 'Always From Start' but it only makes the first line of dialogue visible and not the portrait. The portrait only comes visible after the player clicks on the first response.
by Karvakeiju
Wed May 10, 2023 6:13 am
Forum: Dialogue System for Unity
Topic: Multiple portrait images on one subtitle panel
Replies: 12
Views: 1103

Re: Multiple portrait images on one subtitle panel

Hi! Sorry to come back to an 'old' thread to ask this but is there a way to make the player's portrait appear on the left side with some sequence of something similar. In the example scene both of the portraits are npc portraits that are made to be visible by having them 'say' a blank space and usin...
by Karvakeiju
Fri May 05, 2023 8:06 am
Forum: Dialogue System for Unity
Topic: Subtitle text waiting for the previous to finish
Replies: 3
Views: 618

Re: Subtitle text waiting for the previous to finish

Thank you for the reply. I just changed the dialogue manager's characters per second to match the typewriter's and it works. Thanks for clearing this out for me!
by Karvakeiju
Wed May 03, 2023 10:19 am
Forum: Dialogue System for Unity
Topic: Subtitle text waiting for the previous to finish
Replies: 3
Views: 618

Subtitle text waiting for the previous to finish

Hi! This is probably some stupid little thing that I have missed but after a long time of researching I just can't find options for dialogue entries to wait the previous one to finish. I noticed that when the player character has a long dialogue entry with the typewriter effect, the other conversant...
by Karvakeiju
Wed Apr 12, 2023 8:33 am
Forum: Dialogue System for Unity
Topic: Multiple portrait images on one subtitle panel
Replies: 12
Views: 1103

Re: Multiple portrait images on one subtitle panel

Thank you for the response. I didn't realize I had a script named 'DialogueManager' from the time I tried to make a Dialogue System from scratch :D