- Home /
MissingMethodException:
Unity keeps bringing up this error...
MissingMethodException: Cannot find the requested method. UnityEditor.AppStatusBar.OnGUI () (at C:/BuildAgent/work/14194e8ce88cdf47/Editor/Mono/GUI/AppStatusBar.cs:117)...
Someone pls help me solve it...
Are you seeing this error when you load a blank Unity project, or does it only happen in one of your current projects? If the former, you should submit a bug report directly to Unity, which you can do from the editor application or the bug reporter application (installed with Unity).
Does AppStatusBar inherit from a class that defines OnGUI? If yes, is it abstract or virtual? Are you overriding it in AppStatusBar?
@$$anonymous$$ortoc, The reason I ask about the editor is this forum post, that seems to be the same issue:
http://forum.unity3d.com/threads/141763-Unity3D-AppStatusBar-Error
And again on this site:
http://answers.unity3d.com/questions/259020/unity-35-erros.html
It seems to be an ongoing issue, and I'm curious whether it's something in the Unity Editor or perhaps an issue with a common Asset Store item like EZGUI.
Your answer
Follow this Question
Related Questions
i cant add my scripts 2 Answers
Writing javascript for web and android 1 Answer
Having trouble with simple 2D movement 4 Answers
No appropriate version of 'UnityEngine.Object.Instantiate. Please Help :( 1 Answer
Error Log: !query -> pending 0 Answers