A simple QUIZ game where a player earns points by answering multi-choice trivia questions. The game loads questions via web-service from Open Trivia Database and displays them to the user through Unity GUI.
This is a simple web-service Unity test to demonstrate:
- UnityWebRequest class utilization;
- JSON deserialization using JsonUtility class;
- Hability organizing Unity projects;
- Hability working with Unity's GUI;
- Hability working with web-services and Unity;
- Randomize answer options/alternatives. First is always the correct one;
This code is part of the Olympikesoft's test for the Unity developer job application.