Search found 1 match

by JiraSpike
Fri Jun 28, 2024 10:49 pm
Forum: Dialogue System for Unity
Topic: Dialogue System Events Across Scenes: Seeking Solutions for Untriggered NPC Actions
Replies: 1
Views: 118

Dialogue System Events Across Scenes: Seeking Solutions for Untriggered NPC Actions

I'm trying to use the DialogueSystemEvents to trigger an NPC's On Conversation End Unity event when a conversation ends. However, my player and NPC are not in the same scene, so I cannot use the method of assigning the player GameObject to the Dialogue System Trigger's Actions > Start Conversation >...