Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi!

Thanks for your help.

I think you’re correct, but I’d probably need more columns for each option/, the correct answer/option, and other details.

I guess I could do that in a CSV file.

I was wondering if I should do it in a .JSON file or in Google Firebase Firestore, which someone suggested after I posted this. I’m still getting to know how it works.

Maybe a table would be more suitable, as you suggested. I’ll consider that.

Thank you again!

(+1)

If the database is your choice, I would suggest to check Unity asset store. Most probably there are some "ready to go" solution for Unity. Haven't done anything with Google Firebase Firestore myself, maybe this is something that really will help you, but I would check SQLite libraries for Unity. It is a small and lightweight database in a local file.