Search found 20 matches

by Albyd
Wed May 15, 2024 7:02 am
Forum: Dialogue System for Unity
Topic: UI Bar connected to Variables
Replies: 1
Views: 14

UI Bar connected to Variables

Hi there,
I would like to connect a UI bar to a variable I increase through the dialogue system.
Is there a way to do it and show it through a simple animation?

Many thanks,
Alberto
by Albyd
Thu May 02, 2024 10:35 am
Forum: Dialogue System for Unity
Topic: Captions UI
Replies: 5
Views: 51

Re: Captions UI

Hi Tony,
You were right, i had a duplicate, now the error has vanished.
However, the UI it's still not showing.
I'm using the default PC Subtitle Panel, which turns off automatically whenever i start a dialogue.
What do you suggest?

Thanks again
by Albyd
Thu May 02, 2024 9:48 am
Forum: Dialogue System for Unity
Topic: Captions UI
Replies: 5
Views: 51

Re: Captions UI

Alright, I'm trying to make it work. I've added the custom field to the Dialogues and attached the script to the UI I'm using, I've also assigned the subtitle text I'm working on in the PC Subtitle Panel. However, it's giving me the following error: NullReferenceException: Object reference not set t...
by Albyd
Thu May 02, 2024 6:01 am
Forum: Dialogue System for Unity
Topic: Captions UI
Replies: 5
Views: 51

Captions UI

Hi there! I was wondering if was possible to create captions for Dialogues. I would like deaf people to be able to turn on/off an alternative dialogue UI that describes sounds they can't hear. I was thinking to maybe use the "Menu text" field to describe sounds, but I'm not sure it would w...
by Albyd
Mon Apr 29, 2024 5:43 am
Forum: Dialogue System for Unity
Topic: Accessibility Option
Replies: 3
Views: 114

Re: Accessibility Option

Thanks, bud, it works.
What if i want to make a button that changes the UI color when the dialogue is playing?
Currently, the button that changes the colour of the UI is located Outside the Dialogue UI Prefab, so I can't show the changes in the UI in real-time.

Is there a way to do this?
by Albyd
Mon Apr 22, 2024 11:17 am
Forum: Dialogue System for Unity
Topic: Accessibility Option
Replies: 3
Views: 114

Accessibility Option

Hi there, I'm creating some accessibility options for the game I'm currently working on. This will be a game for people with special needs, some of them with severe visual impairments. Given this reason, I'm currently thinking of creating an option window that will allow the user to choose between d...
by Albyd
Mon Apr 22, 2024 11:12 am
Forum: Dialogue System for Unity
Topic: Choice cofirmation
Replies: 3
Views: 93

Re: Choice cofirmation

Many thanks! It worked very well.
by Albyd
Mon Apr 15, 2024 12:33 pm
Forum: Dialogue System for Unity
Topic: Choice cofirmation
Replies: 3
Views: 93

Choice cofirmation

Is there any way to make a choice confirmation? I'm thinking of a small window that opens once the player has clicked on one of the choices offered in the dialogue. If the player responds YES, the windows will close and the dialogue in the background will continue. If the player responds NO, the win...
by Albyd
Mon Jun 05, 2023 11:18 am
Forum: Dialogue System for Unity
Topic: Dynamically Change Font size
Replies: 1
Views: 85

Dynamically Change Font size

Hi there,
I'm wondering if it's possible to change font size dynamically.
I'm working on some accessibility features and I want to make a button that increases the size of the font by X every time I click on it.
Is it possible?

Many thanks
by Albyd
Fri Feb 10, 2023 10:00 am
Forum: Dialogue System for Unity
Topic: Dialogue System Error
Replies: 1
Views: 122

Re: Dialogue System Error

Managed to find a solution!