Unity-Technologies / barracuda-release

Other
564 stars 76 forks source link

multiple precompiled assemblies with the same name google.protobuf.dll included on the current platform #295

Closed KornilovaK closed 2 years ago

KornilovaK commented 2 years ago

Hello. I have unity project which contains custom package. Then I want to include ml agents stuff. So well, when I install it, barracuda automatically do the same (that's what I need). And I receive the error

Multiple precompiled assemblies with the same name Google.Protobuf.dll included on the current platform.
Only one assembly with the same name is allowed per platform.

because of conflict of included google.protobuf.dll both in the custom package and barracuda.

How can I resolve it? I tried deleting dll file from:

Thanks in advance!

stellacheng21 commented 5 months ago

I have the same question, can u please tell me how to solve this problem? Thanks a lot!!