Posts by David Gomes • 29 points
1 post
-
1
votes1
answer396
viewsQ: How can I put these random questions?
using UnityEngine; using UnityEngine.UI; using System.Collections; public class responder : MonoBehaviour { private int idTema; public Text pergunta; public Text RespostaA; public Text RespostaB;…