Reputation: 1
Im receiving this error:
FileNotFoundException: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
Along with
Failed to load CustomEditor inspected type
UnityEditor.CustomEditorAttributes:FindCustomEditorType(Object, Boolean)
And my Unity Editor then has problems where the dropdown menus disappear and I have to manually enter string tags. It's fine when I first reopen it but then during runtime it reverts back.
I think this might be due to an update issue. Not sure how to resolve.
Thanks!
Upvotes: 0
Views: 4046
Reputation: 5035
While I never cought the exact reason why it happens doing 'Reimport All' solves it a lot of the times
Upvotes: 1