- Home /
Problems with GUI
I was just updating my code for my new GUI (which always worked!) when this came up.
I tried everything. Restarting Monodevelop, restarting Unity, restarting the Computer.. nothing works. Can anyone help me? :(
Have you tried to copy the code on notepad, delete the script, create a new script and paste the code?
$$anonymous$$ake sure you have using UnityEngine
at the beginning and that you have no other class called GUI.
tried both. i even changed to C#. Now the error is described differently, it says" 'GUI' does not contain a definition for 'whatever' " and yes, i have "using UnityEngine" at the top
Try replacing GUI.DoStuff()
with UnityEngine.GUI.DoStuff()
.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Camera in Interface 1 Answer
How to create an agenda or timetable system? 1 Answer