Search found 4 matches

by VietLinh
Tue Jan 31, 2023 11:31 am
Forum: Dialogue System for Unity
Topic: Save dialogue System to Firebase
Replies: 3
Views: 204

Re: Save dialogue System to Firebase

Hi Tony,
Thank you for your help. I was able to restore the state.
by VietLinh
Mon Jan 30, 2023 8:31 am
Forum: Dialogue System for Unity
Topic: Save dialogue System to Firebase
Replies: 3
Views: 204

Save dialogue System to Firebase

Hello Tony, I read your manual 1.PNG I want to save the state of the dialogue database ( dialogue database variables, quest states) on Firebase I saved "string s" to Firebase OK. Then I Load "string s" from Firebase to my game. But when I restore state, all data lose (quest state...
by VietLinh
Thu Nov 11, 2021 10:19 pm
Forum: Dialogue System for Unity
Topic: Save Bolt variable in Dialogue System
Replies: 3
Views: 230

Re: Save Bolt variable in Dialogue System

>If you can put your list in a larger structure, you can use JsonUtiity to serialize (convert) the list into a string and back again. Example structure: As said above, I don't know how to code in c# Can you give me a specific example? For example, I have a list variable in bolt (this variable belon...
by VietLinh
Thu Nov 11, 2021 10:35 am
Forum: Dialogue System for Unity
Topic: Save Bolt variable in Dialogue System
Replies: 3
Views: 230

Save Bolt variable in Dialogue System

Hello Tony, I'm very new in Unity and i don't know about C# script. I want to save bolt variable in dialogue system. Because Playerprefs of Bolt not encrypt. I think i can use lua variable to sent bolt variable to save. But if i want save list[int] or list[string] i must create many lua variable...w...