Stuck at Interaction video Tutorial

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
mrussodev
Posts: 2
Joined: Fri Dec 29, 2023 12:00 pm

Stuck at Interaction video Tutorial

Post by mrussodev »

I'm following the tutorial Dialogue System for Unity 2.x Interaction Tutorial
(by the way, thanks a lot for having videos)



but I'm stuck at the part where bark is working on collision enter. I've checked that section twice, item by item but when I play I don't see the bark bubble. I successfully finished the bark video and earlier videos on basics of database.

What I have so far is
1.png
1.png (147.14 KiB) Viewed 1160 times
Box Collider 2D Is Trigger=true and good size so player can enter.

And what I have in Crate is:
2.png
2.png (82.68 KiB) Viewed 1160 times
At runtime, it seems the UI template is instantiating in Crate, but it's empty. I thought it could be behind the ground but it's not.
3.png
3.png (98.21 KiB) Viewed 1160 times
Thanks!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Stuck at Interaction video Tutorial

Post by Tony Li »

Hi,

Did you tick the Welcome Window's USE_PHYSICS2D checkbox?

Some projects don't include Unity's 2D physics library, so the Dialogue System doesn't assume it's installed. For 2D games, you need to tick the USE_PHYSICS2D checkbox to tell the Dialogue System to support 2D.

If that doesn't help, set the Dialogue Manager's Other Settings > Debug Level to Info. Then reproduce the issue. The Console window may have some logs that help identify or narrow down the issue. More info on logs:

mrussodev
Posts: 2
Joined: Fri Dec 29, 2023 12:00 pm

Re: Stuck at Interaction video Tutorial

Post by mrussodev »

Many thanks!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Stuck at Interaction video Tutorial

Post by Tony Li »

Glad to help!
Post Reply