Exceptions on (multiple) assets' OnGUI

Hello,

I’ve tried a complete removal (prefs, asset cache, etc.) and reinstall of Unity, but am still getting this error. This is Unity 5.6.1f1 personal on OS X 10.11.6. I’ve asked the asset’s author, but this appears to be something more serious going on with my environment.

On a completely new Unity project, an import of the asset prompts for an API update due to obsolete APIs. Then when I open the asset’s editor:

The Unity Editor.log adds to it:

Another asset with heavy onGUI (Terrain Composer 2) gives me these errors when I open the asset’s editor (again, clean project):

It seems obvious something serious is going on with my installation. Can anyone point me in the right direction to fix this?

EditorPrefs.DeleteAll fixed these problems for me, where a complete reinstall did not. :slight_smile:

1 Like