Unity is telling me that the GUI class has no members. All scripts in my game were running fine but now I open the project and any script that used the GUI class now has errors saying stuff like GUI.Button is not a valid member of the GUI class, and GUI.anything does not work.
I can’t get the project back to normal now. Any advice? How do I get Unity to recognize the members of the GUI class again?