Sameer Hussain
Sameer Hussain

Reputation: 2551

Error: "Assembly with name 'UnityEditor.StandardEvents' already exists (Packages/com.unity.standardevents/Editor/Editor.asmdef)"

I just updated my unity to 2018.1.0f2 and it is giving me this error: "Assembly with name 'UnityEditor.StandardEvents' already exists (Packages/com.unity.standardevents/Editor/Editor.asmdef)" Any idea what I should be doing to avoid this.

Upvotes: 5

Views: 8375

Answers (3)

Michel-F. Portzert
Michel-F. Portzert

Reputation: 1785

To fix this issue:

  • I opened folder C:\ProgramData\Unity\cache\npm
  • Then inside, removed every folder other than packages.unity.com

Upvotes: 2

Jabbar
Jabbar

Reputation: 21

I got the same error, and solved it with the following steps:

  1. Uninstall unity
  2. Open this path

    C:\Users(name of your account)\AppData\Local\Unity

Remove all folders and files

  1. Install unity

Upvotes: 2

Trần Hải
Trần Hải

Reputation: 86

remove all foder in project but keep folder asset and project setting, *.sln

Upvotes: 7

Related Questions