Search found 3 matches

by pizzadelivery3
Mon Jun 10, 2024 7:05 pm
Forum: Dialogue System for Unity
Topic: Troubles with Reloading the Scene
Replies: 1
Views: 109

Troubles with Reloading the Scene

When I try and reload the scene, since the dialogue manager is a DontDestoryOnLoad object, my conversations don't reset. Was wondering how the Dialogue System handles saving and reloading scenes?
by pizzadelivery3
Fri Jun 07, 2024 12:18 pm
Forum: Dialogue System for Unity
Topic: Dialogue System Trigger - On Start Issues
Replies: 3
Views: 127

Re: Dialogue System Trigger - On Start Issues

Hi, Assign the GameObject with the Dialogue System Events component to the Dialogue System Trigger > Start Conversation action's Conversation Actor or Conversation Conversant. Events such as "On Conversation Start" are only sent to the conversation actor and conversant and the Dialogue Ma...
by pizzadelivery3
Thu Jun 06, 2024 9:47 pm
Forum: Dialogue System for Unity
Topic: Dialogue System Trigger - On Start Issues
Replies: 3
Views: 127

Dialogue System Trigger - On Start Issues

I'm using the Dialogue System Trigger to start a conversation that should utilize the "On Conversation Start" events in the Dialogue Systems Events script. If I use "On Trigger Enter" for the Trigger then the events happen but if I use On Start then none of the events happen (bot...