Search found 10 matches

by GinMartini
Tue Apr 19, 2022 11:28 pm
Forum: Dialogue System for Unity
Topic: How to assign methods to OnSelectedUsable through script on Proximity Selector?
Replies: 3
Views: 262

How to assign methods to OnSelectedUsable through script on Proximity Selector?

Hello, How do I assign methods from another gameobject to the proximity selector's OnSelectedUsable method? I got this so far: proximitySelector.onSelectedUsable.AddListener( But then I'm completely lost. Is this even the right path to go down, or am I totally missing the right way to do this? Thank...
by GinMartini
Sun Mar 17, 2019 6:10 pm
Forum: Dialogue System for Unity
Topic: Issue with Response Dialogue Not Displaying
Replies: 10
Views: 1714

Re: Issue with Response Dialogue Not Displaying

Yep, that was it. This is all I need to get this working! Thank you for the help! I really appreciate it!
by GinMartini
Sun Mar 17, 2019 4:27 pm
Forum: Dialogue System for Unity
Topic: Issue with Response Dialogue Not Displaying
Replies: 10
Views: 1714

Re: Issue with Response Dialogue Not Displaying

Hi again,

Question: In the example, when I add another dialogue option to bring up the response menu, it won't allow me to select an option from the response menu? Any idea what's going on there?

Thank you!
by GinMartini
Sun Mar 17, 2019 3:43 pm
Forum: Dialogue System for Unity
Topic: Issue with Response Dialogue Not Displaying
Replies: 10
Views: 1714

Re: Issue with Response Dialogue Not Displaying

Thank you so much! I'll take a look at what you have there and see if I can see what's different!

Edit: Okay, this works EXACTLY how I want it to. I just need to see where the discrepancy lies. Thank you again!
by GinMartini
Sun Mar 17, 2019 1:13 pm
Forum: Dialogue System for Unity
Topic: Issue with Response Dialogue Not Displaying
Replies: 10
Views: 1714

Re: Issue with Response Dialogue Not Displaying

Hi, I'm not sure if I communicated what I want clearly. I followed your instructions and it works smoothly (eliminates the awkward blinking bubble), but it entirely skips the dialogue that I wish to display now. 02.png If I use the "Hi!" dialogue line (without ticking "Skip PC Subtitl...
by GinMartini
Sun Mar 17, 2019 11:44 am
Forum: Dialogue System for Unity
Topic: Issue with Response Dialogue Not Displaying
Replies: 10
Views: 1714

Re: Issue with Response Dialogue Not Displaying

Hello Tony, Thank you for the prompt reply and sorry for the late-ish response! I am calling the Dialogue UI's OnContinue method when a joystick button is pressed (in a custom script). I have not messed with the sequencer commands at all. So maybe this will simplify the issue a bit? Watching the flo...
by GinMartini
Sat Mar 09, 2019 1:14 pm
Forum: Dialogue System for Unity
Topic: Issue with Response Dialogue Not Displaying
Replies: 10
Views: 1714

Issue with Response Dialogue Not Displaying

Hello, My PC's dialogue is being skipped after entering a response from the response menu. I have "Show PC Subtitles During Line" option ticked. I also have "Skip PC Subtitle After Response" unticked. Also, the speech bubble kind of blinks before moving to the second bit of PC di...
by GinMartini
Sun Mar 03, 2019 5:12 pm
Forum: Dialogue System for Unity
Topic: World Space Speech Bubbles Dialogue w/Responses
Replies: 4
Views: 1870

Re: World Space Speech Bubbles Dialogue w/Responses

Wow, thank you so much! You explained that very clearly! I will give this a go ASAP!

EDIT: This works perfectly! I knew it shouldn't be too difficult. Thanks again for the extremely thorough and well written instructions! :D
by GinMartini
Sun Mar 03, 2019 2:18 pm
Forum: Dialogue System for Unity
Topic: World Space Speech Bubbles Dialogue w/Responses
Replies: 4
Views: 1870

World Space Speech Bubbles Dialogue w/Responses

Hello, I am trying to figure out what pieces I need to make a world space speech bubble dialogue system (bark style?). I don't think I need a total solution, but rather just some help understanding what pieces I need to rig up to make this work. A basic example of what I'm trying to accomplish: 1.) ...