I am running Unity 4.2.2f, and I just updated to NGUI 3.5.6.
After import an error appears:
Assets/NGUI/Scripts/Editor/PropertyReferenceDrawer.cs(169,55): error CS0122: `UnityEditor.EditorGUIUtility.labelWidth' is inaccessible due to its protection level
I checked and EditorGUIUtility.labelWidth is marked as "internal".
This affects the OnGUI (Rect rect, SerializedProperty prop, GUIContent label) function in that file.
Does anyone have a work around on this yet?
I has been quite a while since I updated NGUI, so I'd like to get the update, but is there a way to go back to the previous version of NGUI before 3.5.6?