So I’m building a quiz game in Unity.
This is what I’ve done so far:
– Learned C# basics.
– Watched many different videos on how to make a quiz game on youtube.
Where I’m going:
1. Making the game being able to pull questions, answers and correct answers from a database.
2. Collecting points based on correctly answered questions.
3. Showing your score at the end of the quiz.