Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"System.Runtime.CompilerServices.Unsafe.dll" version clash #15

Closed
njannink opened this issue May 18, 2020 · 1 comment
Closed

"System.Runtime.CompilerServices.Unsafe.dll" version clash #15

njannink opened this issue May 18, 2020 · 1 comment

Comments

@njannink
Copy link

Maybe not really a ZLogger issue.

We use the native collections from the package unity.collections and that package is already shipped with the "System.Runtime.CompilerServices.Unsafe.dll" but version 4.0.4.1 and ZLogger is shipped with version 4.0.6 hence the version clash. As far as I can see the only workaround would be to use ilmerge to merge the version shipped with ZLogger as internal dll. Or do you see another possible solution for this?

see also: https://answers.unity.com/questions/1697304/how-to-resolve-multiple-precompiled-assemblies-err.html

@neuecc
Copy link
Member

neuecc commented May 22, 2020

move unity.collections sourcecode to under own assets and remove unity.collection's dll.

@neuecc neuecc closed this as completed Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants