Loading issues

Hi guys, I’ve got a little problem. I’m on section 2 lecture 17 and i inputted the texts from line 23 that says: if (Input.GetKeyDown (KeyCode … and so on. When I saved it in Mono-develop and then went to Unity to play from scene to game view, i couldn’t see the text in the console box.

1 Like

Hi,

Have you attached the script that you added the code in to a game object in the Hierarchy? If not, it won’t run at all, which may be why you aren’t seeing the desired results.

Hi Rob i did. Now it says this: GUI Window tries to begin rendering while something else has not finished rendering! Either you have a recursive OnGUI rendering, or previous OnGUI did not clean up properly.

1 Like

Try this.
Go to layers in the top right and make sure its set to normal.
Save everything and shut down monodevelop and unity and restart unity.

2 Likes

Privacy & Terms