Hello, I'm getting the following VerificationException error:
VerificationException: Error verifying MyEditorWindow:OnEnable (): Function pointer signature 'object,bool' doesn't match delegate's signature 'object' at 0x014a
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget(String)
UnityEditor.WindowLayout:LoadWindowLayout(String)
The line in question is:
EditorWindow.GetWindow (typeof (MyEditorWindow));
What could be causing this error and how can it be solved?
↧