Search found 4 matches
- Mon Nov 20, 2023 3:56 pm
- Forum: Dialogue System for Unity
- Topic: Losing Conversation data in editor
- Replies: 1
- Views: 254
Losing Conversation data in editor
Hello, I've encountered a rather annoying problem. On multiple occasions now, I've been writing dialogue in the conversations tab and when I enter play mode, it reverts back to a previous state as if the conversation isn't being saved for some reason. Is there a way to manually save the dialogue I'v...
- Thu Sep 21, 2023 1:11 am
- Forum: Dialogue System for Unity
- Topic: SendMessage randomly stopped working for just one character
- Replies: 3
- Views: 169
Re: SendMessage randomly stopped working for just one character
Thank you so much. There was another object in my scene with a dialogue actor component set to Char3. Changing it fixed the issue. I appreciate your help.
- Wed Sep 20, 2023 12:51 pm
- Forum: Dialogue System for Unity
- Topic: SendMessage randomly stopped working for just one character
- Replies: 3
- Views: 169
SendMessage randomly stopped working for just one character
I opened my project today and one of my characters is not receiving messages from sendmessage. It was working fine when I left it last night. It just seems to have randomly stopped working again today. This has happened before a few weeks ago but seemed to fix itself after I restarted the engine. Fo...
- Fri Jun 30, 2023 1:04 pm
- Forum: Dialogue System for Unity
- Topic: How to display item icons next to responses?
- Replies: 1
- Views: 183
How to display item icons next to responses?
I have a game that has an inventory system. When an NPC has a response that requires the use of an item in the inventory, I would like for that item to appear as an icon on the response itself. For example NPC: Did you find the key to the lock? Response 1 : [picture of key] Yes I did. Here you go. R...