You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in unity 4.3 and TooltipDrawer causes stack overflow exception by code in line 30: EditorGUI.PropertyField(position, prop, content);
this line causes infinite loop.
I'm in unity 4.3 and TooltipDrawer causes stack overflow exception by code in line 30:
EditorGUI.PropertyField(position, prop, content);this line causes infinite loop.