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.
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.
And a screenshot of where the manager is in the hierarchy:
Thank you!
Can't get Example AC scene to work with DS...
Re: Can't get Example AC scene to work with DS...
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)
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...
Thank you! That worked!
Re: Can't get Example AC scene to work with DS...
Glad to help!