Search found 2 matches

by kashifWajidRG
Thu Jan 09, 2025 11:52 pm
Forum: Dialogue System for Unity
Topic: Run time swapping of default database
Replies: 3
Views: 643

Re: Run time swapping of default database

Thank you for the prompt response. One more question though: So which format is better to export the database? For now its a Unity asset, should I export it as CSV? and then load that in memory at runtime?
by kashifWajidRG
Thu Jan 09, 2025 1:27 am
Forum: Dialogue System for Unity
Topic: Run time swapping of default database
Replies: 3
Views: 643

Run time swapping of default database

My use case is as follows: - The game is developing, so many people are working on different variations. - To support this we are creating a versioning system for our game, which versions the metadata and the dialogues according to the metadata. Question: - Can we at run-time load a Dialogue databas...