!o UnityEditor.DockArea:OnGUI() error
I have a basic script that set parameters of animator controller. But I am getting this error:
!o
UnityEditor.DockArea:OnGUI()
Comment
Answer by Positive7 · Sep 09, 2015 at 01:12 PM
Use EditorGUIUtility.ExitGUI(); at the end if that not works we need more info
Your answer