Search found 6 matches

by NexGen96
Sat Jan 13, 2024 7:13 pm
Forum: Dialogue System for Unity
Topic: Dialogue Not Triggering
Replies: 4
Views: 81174

Re: Dialogue Not Triggering

Just found the issue. It seems like the database in the public variable "Initial Database" in the Dialogue System Manager gotta be the current Database thats suppose to be the conversation and it was with a different one. Although the Dialogue System haven't thrown any error about it. But ...
by NexGen96
Sat Jan 13, 2024 6:50 pm
Forum: Dialogue System for Unity
Topic: Dialogue Not Triggering
Replies: 4
Views: 81174

Re: Dialogue Not Triggering

Hey, saddly no, none error on the console window, except by the warning signals in yellow, which I also tried to cover to check if they were the cause but turns out they aren't either, since the only one that could possibely be the cause of it is the last one that says that could not find the databa...
by NexGen96
Tue Jan 09, 2024 9:40 pm
Forum: Dialogue System for Unity
Topic: Dialogue Not Triggering
Replies: 4
Views: 81174

Dialogue Not Triggering

Hey guys how is it going? DIalogue system stopped triggering on our game since around march 2022, since a unity upgrate we needed to do in the project. Although now with the latest version of the Dialogue System Update, it stills not triggering. Although since it stopped working we deactivated a few...
by NexGen96
Fri Nov 05, 2021 7:11 pm
Forum: Dialogue System for Unity
Topic: How to remove popups
Replies: 3
Views: 816

Re: How to remove popups

Everything worked thank you! :D
by NexGen96
Fri Nov 05, 2021 5:41 pm
Forum: Dialogue System for Unity
Topic: How to remove popups
Replies: 3
Views: 816

How to remove popups

Hey guys, would like to thank you all for the amazing support first. I've a question, how do I remove those popups of the dialog system? Circulated them with a green circle and blurried around (game is under a NDA), I've been trying to look into the UI if there was a toggle or something that makes m...
by NexGen96
Mon Oct 18, 2021 9:33 am
Forum: Dialogue System for Unity
Topic: Trigger conversations by code not working
Replies: 1
Views: 565

Trigger conversations by code not working

Hey guys im new at Dialog System. My question is, when i try to trigger a conversation by On Start or On Enable it doesnt trigger, and to do that i was setting active true/false a gameobject with the Dialog System Trigger component to trigger the conversation, but even when i do it manualy in the in...