Search found 3 matches

by Saehn
Mon Nov 09, 2015 3:49 pm
Forum: Dialogue System for Unity
Topic: Unable to click anything.
Replies: 4
Views: 2987

Re: Unable to click anything.

Ah yes, that would have helped. However I suppose it's best I learned about the actual issue so it doesn't happen later on in another project. The good part is that this fixes another huge issue I was having with an Audio() event not allowing the UI to show at all. I was so focused on why the audio ...
by Saehn
Mon Nov 09, 2015 3:34 pm
Forum: Dialogue System for Unity
Topic: Unable to click anything.
Replies: 4
Views: 2987

Re: Unable to click anything.

Ah, that's the issue. After going to check my EventSystem at run time, it wasn't there. My one EventSystem was being destroyed along with a previous canvas from a prior scene. I've now given each scene their own event system. Well that's a mistake I'll never make again, I lost plenty of work time ov...
by Saehn
Mon Nov 09, 2015 9:56 am
Forum: Dialogue System for Unity
Topic: Unable to click anything.
Replies: 4
Views: 2987

Unable to click anything.

When using the non-legacy Unity UI Dialogue UI's, I am completely unable to click anything in the conversation. I cannot click the continue button or any of the options. The only thing that works is the ESC button for skip. I have a Dialogue Manager. I have a canvas child which has the UI as a child...