Objects instantiation moved to script
This commit is contained in:
@@ -6,6 +6,7 @@ using UnityEngine.UI;
|
||||
public class ObjectController : MonoBehaviour {
|
||||
public RawImage imageCorrect;
|
||||
public RawImage imageIncorrect;
|
||||
public Text modelCaption;
|
||||
// Use this for initialization
|
||||
void Start () {
|
||||
imageCorrect.enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user