Search found 8 matches
- Fri Jun 10, 2022 4:30 am
- Forum: Dialogue System for Unity
- Topic: How to send dialog to an existing chat window
- Replies: 9
- Views: 624
Re: How to send dialog to an existing chat window
I'm back 3 years later and I'm trying to do this same thing in another project, but I'm having some trouble getting responses to show in a custom chat window. Previously, setting the Default Sequence to None() would show responses, but it's no longer doing so. Instead this completely skips the dialo...
- Sat Mar 09, 2019 5:32 pm
- Forum: Dialogue System for Unity
- Topic: How to send dialog to an existing chat window
- Replies: 9
- Views: 624
Re: How to send dialog to an existing chat window
The warning is gone. Maybe there was a space in there or something. Thanks again!
- Sat Mar 09, 2019 5:10 pm
- Forum: Dialogue System for Unity
- Topic: How to send dialog to an existing chat window
- Replies: 9
- Views: 624
Re: How to send dialog to an existing chat window
Actually I'm getting a warning error in the console after I put None() in the default sequence field. Dialogue System: Syntax error 'Expected ')'' at column 6 row 1 parsing: None( UnityEngine.Debug:LogWarning(Object) PixelCrushers.DialogueSystem.SequenceParser:Parse(String) (at Assets/Plugins/Pixel ...
- Sat Mar 09, 2019 5:03 pm
- Forum: Dialogue System for Unity
- Topic: How to send dialog to an existing chat window
- Replies: 9
- Views: 624
Re: How to send dialog to an existing chat window
Perfect! Thank you so much for the help and for making this awesome asset!
- Sat Mar 09, 2019 4:04 pm
- Forum: Dialogue System for Unity
- Topic: How to send dialog to an existing chat window
- Replies: 9
- Views: 624
Re: How to send dialog to an existing chat window
Awesome, I got everything just about figured out. The only thing that's eluding me is the delay between when the NPC subtitle appears and when the responses pop up. I would like for the responses to pop up instantly with no delay and I can't seem to find that option. Could you point me in the right ...
- Fri Mar 08, 2019 7:57 pm
- Forum: Dialogue System for Unity
- Topic: How to send dialog to an existing chat window
- Replies: 9
- Views: 624
How to send dialog to an existing chat window
Hi, I have an existing chat window that I would like to use with the Dialogue System. Is there a way to send chat to it and for it to send the responses back to the Dialogue Manager?
- Tue Jun 19, 2018 8:09 am
- Forum: Dialogue System for Unity
- Topic: Is it possible to only show NPC portrait?
- Replies: 2
- Views: 324
Re: Is it possible to only show NPC portrait?
That's great to hear!
- Mon Jun 18, 2018 1:55 pm
- Forum: Dialogue System for Unity
- Topic: Is it possible to only show NPC portrait?
- Replies: 2
- Views: 324
Is it possible to only show NPC portrait?
I'm using the WRPG prefab and it only has one portrait panel which switches between the NPC and PC. Is there a way to disable this switching and only display the NPC portrait? I can't seem to find anything that will do it.