Search found 3 matches
- Thu Jun 30, 2022 3:25 am
- Forum: Dialogue System for Unity
- Topic: Actor Field variable not updating in active conversation
- Replies: 5
- Views: 289
Re: Actor Field variable not updating in active conversation
ah yes, I didnt know that the custom script will behave the same way in this situation, but when I think about it, it makes sense. Thank you a lot for help!
- Wed Jun 29, 2022 7:07 pm
- Forum: Dialogue System for Unity
- Topic: Actor Field variable not updating in active conversation
- Replies: 5
- Views: 289
Re: Actor Field variable not updating in active conversation
Then it is correct, I was looking at the Dialog Editor. While writing this and checking it, I have found that OnConversationStart method sets the variables "slower", after the condition is checked in the conversation (I am checking it right after START node), if I put node with Delay after...
- Wed Jun 29, 2022 3:13 pm
- Forum: Dialogue System for Unity
- Topic: Actor Field variable not updating in active conversation
- Replies: 5
- Views: 289
Actor Field variable not updating in active conversation
Hi Tony, moving discussion from Discord. I have updated the DS to 2.2.28, Unity LTS 2021.3.1f1, the issue is still present. Summary: Variables in Conversant Actor Field are not updating in active conversation Custom C# OnConversationStart() script calculates new Health value and set it back via Dial...