Can't get Example AC scene to work with DS...

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Heiden
Posts: 8
Joined: Wed Mar 20, 2019 10:47 pm

Can't get Example AC scene to work with DS...

Post by Heiden »

Hello!

I'm having some issues getting the Example scene working inside of Adventure Creator with the Dialogue System plug in. I've followed the tutorial and updated Unity to the most recent edition (2018.3.9f1) and whenever I get to the robot dialogue choice, it wont let me click anything. None of the options seem to change color when I hover over them either.
Image

I've added an Adventure Creator Bridge script to my Dialogue Manager prefab, and made sure that Fire1, MouseX and MouseY are all defined in my Input Manager.

Here's a screen shot of the input settings on my Dialogue Manager rn.
Image

And a screenshot of where the manager is in the hierarchy:
Image

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

Re: Can't get Example AC scene to work with DS...

Post by Tony Li »

Hi,

Your scene appears to be missing an EventSystem. AC usually adds one automatically, but your project may be configured so that it doesn't. Try adding an EventSystem to the scene. (GameObject > UI > EventSystem)
Heiden
Posts: 8
Joined: Wed Mar 20, 2019 10:47 pm

Re: Can't get Example AC scene to work with DS...

Post by Heiden »

Thank you! That worked!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Can't get Example AC scene to work with DS...

Post by Tony Li »

Glad to help!
Post Reply