using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ShowPrefab : MonoBehaviour { public GameObject trueObject; public GameObject falseObject; public Text text; void Start() { } // Update is called once per frame void Update() { } }