Search found 1 match
- Mon Oct 31, 2016 7:52 am
- Forum: Dialogue System for Unity
- Topic: OnConversationEnd not called when spamming with skip button
- Replies: 1
- Views: 429
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 ...