Page 1 of 1

OnConversationLine() is called while OnConversationEnd() is ignored

Posted: Wed Dec 21, 2022 12:11 am
by EntertainmentForge
Can there be a reason why OnConversationLine(Subtitle subtitle) and OnConversationLineEnd(Subtitle subtitle) functions are called on my actor game object, while OnConversationStart(Transform actor) or OnConversationEnd(Transform actor) are not?

Thank you!

Re: OnConversationLine() is called while OnConversationEnd() is ignored

Posted: Wed Dec 21, 2022 9:28 am
by Tony Li
Hi,

No, that shouldn't happen. Can you send a reproduction project to tony (at) pixelcrushers.com?

Re: OnConversationLine() is called while OnConversationEnd() is ignored

Posted: Thu Dec 22, 2022 1:22 am
by EntertainmentForge
Seems to be my mistake, sorry. I made a new project where it worked fine and then copied it into the current project, and it started working somehow.

Re: OnConversationLine() is called while OnConversationEnd() is ignored

Posted: Thu Dec 22, 2022 8:24 am
by Tony Li
No worries; glad it's working.