Search Unity

3D Quiz Game(Help)

Discussion in 'UGUI & TextMesh Pro' started by Ana-Varnan, Oct 9, 2019.

  1. Ana-Varnan

    Ana-Varnan

    Joined:
    Apr 25, 2015
    Posts:
    3
    Hi I need to Create a 3D Quiz Game. and I need to Generate a Random Questions In a GUI panel. And answers Can be GUI Buttons(Should Change according to Random Questions). And I need to Display GUI when Player Colliding to an Object(I Did that already). Any Help on Random Question on GUI? Thanx!
     
  2. Antistone

    Antistone

    Joined:
    Feb 22, 2014
    Posts:
    2,836
    That will involve some programming.

    Break it down into small steps and figure them out one at a time. e.g.
    • You need a list of questions that could be asked
    • You need a way to select a question at random
    • You need a text field on the screen that the player can read
    • You need to change the contents of the text field to match the question
    • You need some buttons for the user to answer with
    • You need a way to change the button labels based on the question
    • You need a way to know when the user has clicked one of those buttons
    • You need a way to figure out whether the specific button they clicked was the right answer or not
    • etc.
     
    Ana-Varnan likes this.
  3. TheJoker_555

    TheJoker_555

    Joined:
    Oct 14, 2020
    Posts:
    2
    I want to know how to make a 3d quiz appear/or pop into the scene when the player collides into box
    Please Reply
     
  4. TheJoker_555

    TheJoker_555

    Joined:
    Oct 14, 2020
    Posts:
    2
    Can you guide me on how to make a 3d quiz appear/or pop into the scene when the player collides into box
    Please Reply