windows7
unity3d 3.5.0b6
when i opened the software ,the Status Bar show:MissingMethodException: Cannot find the requested method.
every time mouse click the console add a error
MissingMethodException: Cannot find the requested method.
UnityEngine.GUIUtility.set_hotControl (Int32 value) (at C:/BuildAgent/work/b0bcff80449a48aa/Runtime/ExportGenerated/Editor/GUIUtility.cs:296)
UnityEngine.GUI.DoToggle (Rect position, Int32 id, Boolean value, UnityEngine.GUIContent content, UnityEngine.GUIStyle style) (at C:/BuildAgent/work/b0bcff80449a48aa/Runtime/ExportGenerated/Editor/GUI.cs:530)
UnityEngine.GUI.Toggle (Rect position, Boolean value, UnityEngine.GUIContent content, UnityEngine.GUIStyle style) (at C:/BuildAgent/work/b0bcff80449a48aa/Runtime/ExportGenerated/Editor/GUI.cs:518)
UnityEditor.BaseProjectWindow.HierarchyView () (at C:/BuildAgent/work/b0bcff80449a48aa/Editor/Mono/ProjectWindow/ProjectWindow.cs:927)
UnityEditor.BaseProjectWindow.OnGUI () (at C:/BuildAgent/work/b0bcff80449a48aa/Editor/Mono/ProjectWindow/ProjectWindow.cs:497)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[ ] parameters, System.Globalization.CultureInfo culture)
If you’re testing out 3.5, it’s best to post about it in the “Developer Preview” section. The support section is meant for the latest stable release.
http://forum.unity3d.com/forums/33-Developer-Preview
It does sound like a bug though, unless you’re using some plugin / custom editor scripts you shouldn’t get those kind of error messages.
I had the same issue with the 3.5 final release after upgrading an older project. Reinstalling (and removing the unity-folder in program files(x386) solved it for me.
I think is a good idea to fill a bug report.