Search found 9 matches

by SilverMoon17
Fri Mar 01, 2024 10:58 am
Forum: Dialogue System for Unity
Topic: Hide bark by script
Replies: 1
Views: 97

Hide bark by script

How i can hide bark by script? For example i have interaction with notes and i want to hide bark if note is open. I try to get actor by conversation name, then IBarkUI, then hide it but there is way do it more flexible?
by SilverMoon17
Mon Feb 19, 2024 6:31 am
Forum: Dialogue System for Unity
Topic: How to control bark visibility
Replies: 1
Views: 98

How to control bark visibility

How can I control how long bark is shown? I tried everything described in this topic https://www.pixelcrushers.com/phpbb/viewtopic.php?t=2543&sid=36ef15be2e884355e6056224234dcd89 , but nothing helps me. I set min bark seconds 10 in the settings, but it doesn't help. I tried to set Delay(10) Dela...
by SilverMoon17
Sat Feb 10, 2024 8:51 am
Forum: Dialogue System for Unity
Topic: Many characters in one dialogue
Replies: 3
Views: 150

Re: Many characters in one dialogue

How can I then change the conversation for the actors or how can I organize it all correctly?
by SilverMoon17
Sat Feb 10, 2024 7:05 am
Forum: Dialogue System for Unity
Topic: Many characters in one dialogue
Replies: 3
Views: 150

Many characters in one dialogue

Is there any way to create a dialogue with 3 or more characters using the Dialogue System for Unity? I tried to do this using variables and barks. But I don't know how to control when bark ends. Here's what I tried public void SayTimeToSleep(Action OnComplete = null) { DialogueLua.SetVariable("...
by SilverMoon17
Fri Jan 26, 2024 8:20 am
Forum: Dialogue System for Unity
Topic: How to shod subtitles without start conversation
Replies: 4
Views: 522

Re: How to shod subtitles without start conversation

How should I create a screen space bark UI if it appears inside an actor object?
by SilverMoon17
Fri Jan 26, 2024 7:44 am
Forum: Dialogue System for Unity
Topic: How to shod subtitles without start conversation
Replies: 4
Views: 522

How to shod subtitles without start conversation

Is it possible in Dialogue System for Unity to show subtitles without starting a dialogue. For example, I have an npc who should come up to me and tell me 1 phrase, I want a standard dialogue window to appear, but the dialogue itself does not start and this window disappears after a few seconds, som...
by SilverMoon17
Wed Jan 17, 2024 10:01 am
Forum: Dialogue System for Unity
Topic: Hide NPC Subtitle Panel when response menu is open
Replies: 3
Views: 857

Hide NPC Subtitle Panel when response menu is open

Hello everyone, I have a problem that I can’t hide the npc subtitle panel when the response menu is open, I unchecked the Show NPC Subtitle with Response checkbox, but it doesn’t work, what am I doing wrong?
Below I attach what my UI hierarchy and other components look like
by SilverMoon17
Tue Oct 17, 2023 2:09 pm
Forum: Dialogue System for Unity
Topic: PC Panel near Player Head
Replies: 1
Views: 241

PC Panel near Player Head

Is in Dialogue System for Unity way to make that PC Panel appears near player, in dialogue not a bark, head, like cloud?