Search found 4 matches

by Poliman
Mon Jul 31, 2023 5:17 am
Forum: Dialogue System for Unity
Topic: Get Variables in Unity Start() method
Replies: 3
Views: 229

Re: Get Variables in Unity Start() method

Well I think all is setup according to help I use PlayerPrefs data storer Debug log _ in Start () GetVariable:False _ _ end of Start method _ _ Update 1 frame _ _ OnSaveDataApplied _ _ in OnSaveDataApplied GetVariable:True _ So after one frame event is called, is it ok then and i cannot set it up to...
by Poliman
Sun Jul 30, 2023 5:55 pm
Forum: Dialogue System for Unity
Topic: Get Variables in Unity Start() method
Replies: 3
Views: 229

Get Variables in Unity Start() method

Hi, I use "SaveSystem.LoadFromSlot(1);" and in the loaded scene want to do operations on DS Variables in Unity Start() method. The variable is for ex. "MyVar" with initial to false. in the game MyVar is changed to true with DialogueLua.SetVariable("MyVar", true); then s...
by Poliman
Sun Jul 30, 2023 1:33 pm
Forum: Dialogue System for Unity
Topic: System hangs on conversation START
Replies: 2
Views: 171

Re: System hangs on conversation START

Case solved:
I am doing from script Pause() and Unpause(), and if you turn off playmode in editor when Pause() was made last, Dialogue System remembers it on next Play, doing Unpause() on App start solved the issue.
by Poliman
Sun Jul 30, 2023 12:18 pm
Forum: Dialogue System for Unity
Topic: System hangs on conversation START
Replies: 2
Views: 171

System hangs on conversation START

Hi, first of all Many Thanks for your software. It is working perfectly and it's very suitable for integrating into other systems. But recently I encountered an issue with starting the conversation. It all was working flawlessly for 2 weeks programming but from now on it is hanging without any reaso...