Page 1 of 1

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

Posted: Sun Mar 24, 2019 11:57 am
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!

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

Posted: Sun Mar 24, 2019 2:19 pm
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)

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

Posted: Mon Mar 25, 2019 7:28 am
by Heiden
Thank you! That worked!

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

Posted: Mon Mar 25, 2019 10:46 am
by Tony Li
Glad to help!