ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 363 forks source link

PrecompiledAssemblyException: Multiple precompiled assemblies with the same name Zenject-usage.dll included for the current platform. Only one assembly with the same name is allowed per platform. #619

Open StefanDieckmann opened 5 years ago

StefanDieckmann commented 5 years ago

I'm getting the following error after importing the latest version:

PrecompiledAssemblyException: Multiple precompiled assemblies with the same name Zenject-usage.dll included for the current platform. Only one assembly with the same name is allowed per platform.

svermeulen commented 5 years ago

Does this happen if you delete the zenject directory then import it ? I'm wondering if maybe you're overwriting a previous version of zenject and that's why this happens