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
Box Collider 2D Is Trigger=true and good size so player can enter.
And what I have in Crate is:
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.
Thanks!
Stuck at Interaction video Tutorial
Re: Stuck at Interaction video Tutorial
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:
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
Many thanks!
Re: Stuck at Interaction video Tutorial
Glad to help!