Search found 16 matches

by Scrumbo
Sat May 11, 2024 1:21 am
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 137

Re: Issue starting new conversation when changing scenes

Hey Tony! Sorry for the late reply, I did try setting the actor dropdown to player, and that didn't really work either... but I ended up finding a solution after some tinkering! So, for some reason, If i un-ticked the "Dont Destroy on Load" checkbox on the "other settings" of eac...
by Scrumbo
Thu May 09, 2024 10:28 pm
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 137

Re: Issue starting new conversation when changing scenes

That's correct, the "character" is the player character, and in both scenes the character has a dialogue actor component, which looks as follows :
VoxIssue4.png
VoxIssue4.png (35.36 KiB) Viewed 58 times
I haven't messed around with any of the dialogue UI settings yet, they're left at default, if that's any help.
by Scrumbo
Thu May 09, 2024 9:13 pm
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 137

Re: Issue starting new conversation when changing scenes

So, I Do see Dialogue System: Conversation ending. VoxIssue2.png There's nothing in the sequence of the last node of the conversation, but there is a bit of script that triggers that ticks a Boolean to true that sends the player to the next scene. Could that have something to do with it? VoxIssue3.p...
by Scrumbo
Thu May 09, 2024 12:48 pm
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 137

Re: Issue starting new conversation when changing scenes

That's the weird part. When i load straight into the scene, the dialogue plays normally. The issue is only when coming from the intro scene to this other scene that it gives me these errors. One thing i noticed is that this "end of intro" conversation is triggered as apart of a script, and...
by Scrumbo
Thu May 09, 2024 11:43 am
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 137

Re: Issue starting new conversation when changing scenes

Hey there tony! We're heading in the right direction, but I've now run into a new issue... When the scene switches over, i get a new error that says "Can't find subtitle panel for NPC"... which is really strange because the scene still plays just fine on start when i load just the scene on...
by Scrumbo
Thu May 09, 2024 2:13 am
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 137

Issue starting new conversation when changing scenes

Hey there everyone! Development on this voice project that I'm working on is coming to a close, and I have one last tiny issue that I was wondering if I could get some help with! I have an introductory scene set up to where when the player enters in a code to solve a puzzle, a brief conversation pla...
by Scrumbo
Fri Apr 19, 2024 1:43 am
Forum: Dialogue System for Unity
Topic: Pausing conversation while waiting for input
Replies: 9
Views: 207

Re: Pausing conversation while waiting for input

hey again, sorry to bother ya! Wanted to just clarify the use of the DialogueManager.standardDialogueUI.OnClick(Response) line you shared with me the other day. I tried to implement it as shown below, but I might be doing it wrong since When i give the command, the response menu with the mic does di...
by Scrumbo
Wed Apr 17, 2024 10:20 pm
Forum: Dialogue System for Unity
Topic: Pausing conversation while waiting for input
Replies: 9
Views: 207

Re: Pausing conversation while waiting for input

Hey again, I'm using the HuggingFace API for my speech to text as seen here: https://huggingface.co/blog/unity-asr I've been using it outside of the dialogue system to let the player give commands. the command is ran through a set of functions that check for objects in the room that match certain ke...
by Scrumbo
Wed Apr 17, 2024 7:05 pm
Forum: Dialogue System for Unity
Topic: Pausing conversation while waiting for input
Replies: 9
Views: 207

Re: Pausing conversation while waiting for input

Hey again! Thanks for the canvas tip, Thanks to that I was able to get the mic graphic to show up, which is Great! The last issue I'm facing is that even though the dialogue options are invisible, when the player gives a voice command the conversation does not seem to progress after the dialogue is ...
by Scrumbo
Fri Apr 12, 2024 2:13 am
Forum: Dialogue System for Unity
Topic: Pausing conversation while waiting for input
Replies: 9
Views: 207

Re: Pausing conversation while waiting for input

Hey there Tony! Thank you for the speedy reply as always! Been busy this week so I'm only just now getting around to working on this again haha. I got the conversation playing over the character's head, which is great! I do have just a few questions about the voice integration I was hoping you could...