Skip to content
Snippets Groups Projects
Commit d715e5f8 authored by Moritz Meyerhof's avatar Moritz Meyerhof
Browse files

Update GUI Tutorial

parent e4039f7e
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,9 @@ public class TutorialMessageController : MonoBehaviour
GameObject activeMessage = null;
Dictionary<string, GameObject> messages = new Dictionary<string, GameObject>();
GameObject canvas;
private void Awake()
{
canvas = GameObject.FindGameObjectWithTag("MainCanvas");
//Camera.main.GetComponent<BaseCameraController>().SetUserControlEnabled(false);
Camera.main.GetComponent<BaseCameraController>().SetUserControlEnabled(false);
//create Dict with Structs
for (int i = 0; i < keyTut.Count; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment