Trivia Quiz Kit Installing the kit
From gamevanilla wiki
Create a new Unity projectOpen Unity (you will need to use Unity 2019.4.0 LTS or higher) and create a new 2D project:
Import Trivia Quiz Kit into your projectDownload and import the Trivia Quiz Kit asset into your project. If all goes well, you should not have any errors on the console and you should be able to run the game by opening the Home scene and clicking on the Play now button. Make sure you have added all the scenes (located in the TriviaQuizKit/Scenes folder) to your build settings:
Please note that the Home scene always needs to be the first scene you run and also the first scene in your build settings, as it contains the code that initializes the entire game. |