Objects instantiation moved to script

This commit is contained in:
Mediha Zukic
2017-05-20 11:23:09 +03:00
parent d85ad55dfd
commit 449b69ba71
71 changed files with 384426 additions and 385913 deletions

View File

@@ -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;