hi i'm creating a word game.i have a list of questions which is divided into scenes. 1 question per scene. the objective of the game is once the question is answered it will never show again unless the game is over. the problem is the question is repeating even though its not yet game over. what is the best way to fix it use a code in c# or use a database to stored my questions. what should i use ? playerprefs or sqlite ?
↧