Search found 3 matches

by LeonZhu
Sat Nov 02, 2024 12:04 pm
Forum: Dialogue System for Unity
Topic: Filtering Dialogues by TAGs in Unity Dialogue System
Replies: 1
Views: 70

Filtering Dialogues by TAGs in Unity Dialogue System

Hello everyone, I'm currently working with a dialogue system plugin for Unity and I have a specific requirement regarding TAGs for dialogues. I would like to implement a feature that allows filtering dialogues based on the TAGs assigned to the characters involved in the conversation. Here’s what I h...
by LeonZhu
Wed Jun 15, 2022 9:14 am
Forum: Dialogue System for Unity
Topic: Conversation does not match the variables? or conditions problem?
Replies: 4
Views: 389

Re: Conversation does not match the variables? or conditions problem?

Tony Li wrote: Wed Jun 15, 2022 8:01 am Hi,

If you're using a Dialogue System Trigger, did you tick Cache Bark Lines? If so, please untick it. This option ignores Conditions on dialogue entry nodes.
HI

Thank you, but I haven't tick it....
by LeonZhu
Wed Jun 15, 2022 6:16 am
Forum: Dialogue System for Unity
Topic: Conversation does not match the variables? or conditions problem?
Replies: 4
Views: 389

Conversation does not match the variables? or conditions problem?

Hi In the database, I have created a variable named "HP"; and some conversations. And I use a dialogue trigger to start a bark action, the bark source are these conversations, bark order with random. Then I give these conversations two kinds of conditions: 1: 30 < Variable["HP"] ...