Search found 7 matches
- Sun Apr 13, 2025 8:58 am
- Forum: Dialogue System for Unity
- Topic: Check the completion/percentage of a conversation?
- Replies: 6
- Views: 234
Re: Check the completion/percentage of a conversation?
It was right in my face, sorry! It worked, thank you again.
- Sat Apr 12, 2025 5:36 pm
- Forum: Dialogue System for Unity
- Topic: Check the completion/percentage of a conversation?
- Replies: 6
- Views: 234
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?
- Fri Apr 11, 2025 8:41 am
- Forum: Dialogue System for Unity
- Topic: Check the completion/percentage of a conversation?
- Replies: 6
- Views: 234
- Fri Apr 11, 2025 8:00 am
- Forum: Dialogue System for Unity
- Topic: Check the completion/percentage of a conversation?
- Replies: 6
- Views: 234
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
- Fri Apr 11, 2025 7:25 am
- Forum: Dialogue System for Unity
- Topic: Where can I get the current conversation
- Replies: 4
- Views: 219
Re: Where can I get the current conversation
Thank you very much!
- Thu Apr 10, 2025 4:07 pm
- Forum: Dialogue System for Unity
- Topic: Where can I get the current conversation
- Replies: 4
- Views: 219
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.
But how to get the conversation itself? I need it for accessing dialogue entries list.
- Thu Apr 10, 2025 3:39 pm
- Forum: Dialogue System for Unity
- Topic: Where can I get the current conversation
- Replies: 4
- Views: 219
Where can I get the current conversation
As the title says, I need to fetch the conversation being played at a moment.