Search found 5 matches

by beastsofmerit
Sat Jun 26, 2021 4:00 pm
Forum: Dialogue System for Unity
Topic: Unable to get dialogues to display
Replies: 9
Views: 1992

Re: Unable to get dialogues to display

Hi, No need to reinstall the Dialogue System. The bark UI should be World Space . Did you set up the bark UI according to that post I linked above? Here are the steps: 1. Change your bark UI's Layer to "UI", including children. 2. Inspect your main camera, and remove "UI" from t...
by beastsofmerit
Sat Jun 26, 2021 3:27 pm
Forum: Dialogue System for Unity
Topic: Unable to get dialogues to display
Replies: 9
Views: 1992

Re: Unable to get dialogues to display

Is it possible that the bark UI is simply offset from the center of the boar so that it looks like it's over the player? As a test, temporarily set the Dialogue System Trigger to OnStart. Then, with the player far away from the boar, play the scene. This should help tell you if the bark UI is offse...
by beastsofmerit
Sat Jun 26, 2021 2:21 pm
Forum: Dialogue System for Unity
Topic: Unable to get dialogues to display
Replies: 9
Views: 1992

Re: Unable to get dialogues to display

Hi, The bark UI has its own world space canvas. You can duplicate the prefab, customize it, and assign your custom version to the NPC. Or just add an instance of the bark UI to the NPC in the scene, assign it to the Dialogue Actor, and customize it right in the scene. In either case, if you want ba...
by beastsofmerit
Sat Jun 26, 2021 10:20 am
Forum: Dialogue System for Unity
Topic: Unable to get dialogues to display
Replies: 9
Views: 1992

Re: Unable to get dialogues to display

It's possible that the bark UI is showing, but it's just rotated wrong or sitting too high up on the screen or something like that. (Although if it looks correct when using OnStart, the bark UI probably isn't the issue.) Thank you! That's exactly what happened - when I pause the game, I can see in ...
by beastsofmerit
Sat Jun 26, 2021 5:19 am
Forum: Dialogue System for Unity
Topic: Unable to get dialogues to display
Replies: 9
Views: 1992

Unable to get dialogues to display

Hey. I'm making a 2D game that is dialogue-heavy, and I'm trying to set up Dialogue System but after I follow the tutorials (the Triggers and Interactions one in particular), nothing happens in the game. Would really appreciate some help, since I'm new to the whole game development thing and it's ve...