OnConversationLine() is called while OnConversationEnd() is ignored

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
EntertainmentForge
Posts: 23
Joined: Sun Nov 29, 2020 8:50 pm

OnConversationLine() is called while OnConversationEnd() is ignored

Post 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!
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Hi,

No, that shouldn't happen. Can you send a reproduction project to tony (at) pixelcrushers.com?
EntertainmentForge
Posts: 23
Joined: Sun Nov 29, 2020 8:50 pm

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

Post 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.
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

No worries; glad it's working.
Post Reply