Reputation: 253
I have a problem with native Unity components. In my project all UI objects are getting initialized with missing scripts. All Event System components, everything connected with UI.
New empty project works fine, which leads me to the idea, that something is wrong with my current project.
Any idea how to fix it?
Upvotes: 2
Views: 2034
Reputation: 1076
Because Unity hasn't imported UI to your project. I had this problem too. Close your project. Just delete temp and library folder and reopen project. this time unity will import this UI library.
Upvotes: 1