I'm currently working on integrating an SQLite database (or any SQL database) with the Dialog System for Unity plugin for my game. While I've successfully established a connection to the SQLite database and retrieved item and quest data, I'm facing challenges with the synchronization, adding, and updating of this data for use in the Dialog System for Unity plugin.
Specifically, I'm looking for guidance and assistance in:
- Implementing a mechanism to synchronize and update item and quest data between the SQLite database and the Dialog System for Unity plugin.
- Managing changes to items and quests in the database and reflecting those changes in the Dialog System for Unity.
- Handling additions, modifications, and deletions of items and quests within the database and ensuring that these changes are properly reflected in the game.
Thank you in advance for your assistance and expertise. I look forward to learning from your experiences and finding a solution to this synchronization issue.
Best regards,
Cronox