Search found 5 matches

by Macka1080
Thu Mar 06, 2025 4:55 pm
Forum: Dialogue System for Unity
Topic: Dialogue Manager GameObject not instantiating on scene change
Replies: 3
Views: 1280

Re: Dialogue Manager GameObject not instantiating on scene change

As is often the case, after posting this I uncovered the issue. There was a Save System component attached to the Dialogue System Controller gameobject that was destroying the GO due to its singleton nature, as there was a Save System present in the title screen.
by Macka1080
Thu Mar 06, 2025 4:37 pm
Forum: Dialogue System for Unity
Topic: Dialogue Manager GameObject not instantiating on scene change
Replies: 3
Views: 1280

Dialogue Manager GameObject not instantiating on scene change

I've got a Dialogue System Controller with a bunch of other components and nested children sitting in the main scene of my game. Running the scene from the editor works fine, but if I go through the title screen scene (which has no Dialogue System Controller or any dialogue system components in it),...
by Macka1080
Thu Feb 06, 2025 3:14 pm
Forum: Dialogue System for Unity
Topic: Nodes for certain actors no longer working correctly
Replies: 3
Views: 1887

Re: Nodes for certain actors no longer working correctly

Thanks Tony! I had already checked that both the conversation and the individual noes were correctly assigned, but it's good to know that the names not showing up is intended. I seem to have resolved this issue for now by doing the opposite of this, funnily enough, and setting the conversation's act...
by Macka1080
Thu Feb 06, 2025 12:20 am
Forum: Dialogue System for Unity
Topic: Nodes for certain actors no longer working correctly
Replies: 3
Views: 1887

Nodes for certain actors no longer working correctly

Having some issues with a project I've been working on without issue for a while. I created a new conversation between two actors in the same form as I have successfully done previously. Creation process was fine, but come runtime all lines were being spoken by only one of the actors in the conversa...