Hi All,
I upgraded to 4.0. My project is now broken. Many people have come across this error.
!dest.m_MultiFrameGUIState.m_NamedKeyControlList
Anyone know how to fix?
I don’t know if it’s with guiTexture Buttons or the GUI controls or enabled?
Most people report that it doesn’t necessarily break their scene, However… I’m exporting to flash and the GUI isn’t functioning properly…
Any help would be greatly appreciated!
Thank You,
Oliver 
Double bump. Pretty Please HELP! 
jeango
4
Unity devs are aware of this:
http://forum.unity3d.com/threads/158676-!dest.m_MultiFrameGUIState.m_NamedKeyControlList
It does no harm, just is an annoying message to see.
It’s not known exactly why it happens though. We’ll see if they fix it at some point
This bug is still active in 4.3. Is there a bug ticket to vote up?
Ersin
6
This bug is still active in 4.3.2 any solution ?
and still in 4.3.4f1
P.S. In previous versions didn’t saw this annoying error.
When I try to disable a component which has an OnGUI() function in it from itself.
function OnGUI () {
if (Event.current.keyCode == KeyCode.Return){
this.enabled = false;
//it happens right after the component is disabled
}
}
maybe that helps unity devs.