Search found 2 matches
- Mon Jan 25, 2021 8:58 pm
- Forum: Dialogue System for Unity
- Topic: How to update/handle a save record when database changes (e.g. variables, entries)
- Replies: 3
- Views: 233
Re: How to update/handle a save record when database changes (e.g. variables, entries)
Hello, Thanks for your reply! If you're using the save system, make sure you've added a DialogueSystemSaver component. Also inspect the Dialogue Manager GameObject and ensure that Persistent Data Settings > Initialize New Variables is ticked. Unfortunately, the two items you mentioned are already ap...
- Sat Jan 23, 2021 10:27 pm
- Forum: Dialogue System for Unity
- Topic: How to update/handle a save record when database changes (e.g. variables, entries)
- Replies: 3
- Views: 233
How to update/handle a save record when database changes (e.g. variables, entries)
Hello, First of all, I just bought this asset and it has been working great! This has significantly reduced my workload for creating my game. I just encounter an issue where my save data does not reflect my changes in my database. Scenario: create a quest entry with incorrect variable information e....