Search found 3 matches

by Drakeem
Thu Mar 04, 2021 2:09 pm
Forum: Dialogue System for Unity
Topic: Dialogue UI not coming up after Scene transition
Replies: 3
Views: 92

Re: Dialogue UI not coming up after Scene transition

The Wait For Close box is already selected in the Standard Dialogue UI script for the Dialogue UI.
by Drakeem
Thu Mar 04, 2021 1:38 pm
Forum: Dialogue System for Unity
Topic: Dialogue UI not coming up after Scene transition
Replies: 3
Views: 92

Dialogue UI not coming up after Scene transition

I'm having an issue that within any scene transitions within a dialogue choice, I am unable to properly start an OnStart conversation in the next scene. It seems to begin properly, but the actual dialogue UI doesn't come back up. The set up is the following. There is an *END* option which leads to t...
by Drakeem
Mon Jan 18, 2021 7:06 pm
Forum: Dialogue System for Unity
Topic: Variable Table not saving when Saving to Slot
Replies: 1
Views: 51

Variable Table not saving when Saving to Slot

I am trying to have persistent variables so when I load the game, the initial values are no longer being used and whatever I had assigned as a value to the variable is loaded as well. I am using the SaveSystemMethods.SaveSlot method, and it seems to do everything but keep my Variable table up to dat...