Search found 1 match

by benzyniarz1
Mon Oct 31, 2016 7:52 am
Forum: Dialogue System for Unity
Topic: OnConversationEnd not called when spamming with skip button
Replies: 1
Views: 427

OnConversationEnd not called when spamming with skip button

Hello, I have the following scenario: when conversation is end, some custom logic is called (via MonoBehaviour attached to DialogueSystemController that contains method OnConversationEnd): [RequireComponent(typeof(DialogueSystemController))] public class DoSomethingOnConversationEnd : MonoBehaviour ...