Answers from JSON file appears in Random order problem
Hello there, I made a quiz game from the @unity official tutorial in this live stream: https://learn.unity.com/tutorial/live-session-quiz-game-1
The problem that I'm facing is that the choices (answers) appear randomly (d,c,a,b) and I want them to appear in order as I'm using the (a,b,c,d) choices in this quiz.
In JSON file the choices are arranged in order, but in the editor when the Game started they become Randomized.
Comment