Search found 7 matches

by dunathan
Sun Apr 13, 2025 8:58 am
Forum: Dialogue System for Unity
Topic: Check the completion/percentage of a conversation?
Replies: 6
Views: 241

Re: Check the completion/percentage of a conversation?

It was right in my face, sorry! It worked, thank you again.
by dunathan
Sat Apr 12, 2025 5:36 pm
Forum: Dialogue System for Unity
Topic: Check the completion/percentage of a conversation?
Replies: 6
Views: 241

Re: Check the completion/percentage of a conversation?

It worked! Now I can estimate the progress just fine, just one more thing, how do I set sim status for my entries or reset whole conversation sim status?
by dunathan
Fri Apr 11, 2025 8:00 am
Forum: Dialogue System for Unity
Topic: Check the completion/percentage of a conversation?
Replies: 6
Views: 241

Check the completion/percentage of a conversation?

Is there a way to check how much of a conversation a player has progressed? Currently I´m counting the number of entries shown and comparing to the total amount. But its a very rough solution. TY
by dunathan
Fri Apr 11, 2025 7:25 am
Forum: Dialogue System for Unity
Topic: Where can I get the current conversation
Replies: 4
Views: 224

Re: Where can I get the current conversation

Thank you very much!
by dunathan
Thu Apr 10, 2025 4:07 pm
Forum: Dialogue System for Unity
Topic: Where can I get the current conversation
Replies: 4
Views: 224

Re: Where can I get the current conversation

I found what I needed under currentConversationState.subtitle.activeConversationRecord.ConversationTitle

But how to get the conversation itself? I need it for accessing dialogue entries list.
by dunathan
Thu Apr 10, 2025 3:39 pm
Forum: Dialogue System for Unity
Topic: Where can I get the current conversation
Replies: 4
Views: 224

Where can I get the current conversation

As the title says, I need to fetch the conversation being played at a moment.