GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced (type:7)

GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced (type:7)

GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced (type:8)

出现此错误,是由于GUIClips中开始与结束的没一一对应上产生的,比如有一个  GUILayout.BeginHorizontal();而后面又没有  GUILayout.EndHorizontal();与之对应 ,就会报以上错误。

posted @ 2013-05-22 10:01  码写人生  阅读(2921)  评论(0编辑  收藏  举报