Search found 3 matches

by CodersExpo
Mon Jul 20, 2020 2:30 pm
Forum: Dialogue System for Unity
Topic: Selector is not working
Replies: 16
Views: 3087

Re: Selector is not working

Wow, first I have to say I'm sorry to have wasted your time, but I was able to figure it out. The problem was, I'm using a 2D sprite (not a 3d cube like the tutorial video) and I missed the fact that my sprite did NOT have a 2d collider on it. By default a new 3d game object does...but a new sprite ...
by CodersExpo
Mon Jul 20, 2020 1:17 pm
Forum: Dialogue System for Unity
Topic: Selector is not working
Replies: 16
Views: 3087

Re: Selector is not working

I did as you suggested, the first did need to be checked, so I did that. I disabled any UI stuff completely. The third step was already enabled/checked. I tried again to no avail :-( I'm using Unity 2019.4.1f1 Personal. 2D mode Y up X right. Followed the video again...the only change I made differen...
by CodersExpo
Sun Jul 19, 2020 5:46 pm
Forum: Dialogue System for Unity
Topic: Selector is not working
Replies: 16
Views: 3087

Re: Selector is not working

I have a similar issue after following the video https://www.youtube.com/watch?v=rCVGwSIDI-4&feature=emb_logo I have a 2D game. I set the conversant Dialogue to trigger 'On Use', added the Usable component. Then selected the player actor and added the 'selector' component. The select at = Mouse ...