Hello i have been working on making a quiz game in unity that consists of True or False , at the moment i am using text to display whether the answer is wrong or correct, but i would like to use images instead, but i have no idea how to go about it . Any help is Appreciated . Here is my game manger code . Thanks in advance.
Switch Between Images
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.UI;
- using System.Collections.Generic;
- using System.Linq;
- using UnityEngine.SceneManagement;...