Page 1 of 1

Stuck at Interaction video Tutorial

Posted: Fri Dec 29, 2023 12:24 pm
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 1164 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 1164 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 1164 times
Thanks!

Re: Stuck at Interaction video Tutorial

Posted: Fri Dec 29, 2023 5:50 pm
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:


Re: Stuck at Interaction video Tutorial

Posted: Sat Dec 30, 2023 3:39 pm
by mrussodev
Many thanks!

Re: Stuck at Interaction video Tutorial

Posted: Sat Dec 30, 2023 7:07 pm
by Tony Li
Glad to help!