Search found 3 matches

by sylargaf
Wed Feb 16, 2022 10:37 pm
Forum: Dialogue System for Unity
Topic: SetDialoguePanel & SetActive not working.
Replies: 4
Views: 405

Re: SetDialoguePanel & SetActive not working.

That worked perfectly, thank you so much! :)
by sylargaf
Wed Feb 16, 2022 10:15 pm
Forum: Dialogue System for Unity
Topic: SetDialoguePanel & SetActive not working.
Replies: 4
Views: 405

Re: SetDialoguePanel & SetActive not working.

I did some more testing and found the following. When I try: SetDialoguePanel(false, immediate); Delay(2); SetDialoguePanel(true)@2 it does seem to work, however, the text & compnent aren't showing up on the screen. But, in the Heirarchy you can see that the text field is being populated. Any wy...
by sylargaf
Wed Feb 16, 2022 9:04 pm
Forum: Dialogue System for Unity
Topic: SetDialoguePanel & SetActive not working.
Replies: 4
Views: 405

SetDialoguePanel & SetActive not working.

Hey all. Just bought this today and have been experimenting around. One thing I am trying to do is delay the start of a conversation to a specific time (9s) and that includes hiding the entire UI in that 9s. Doing some research on these forums I tried to find a way to solve this, coming across this:...