Open
Description
Description
[Describe the issue you have. If applicable provide logs produced by enabling verbose logging in the NuGetForUnity settings.]
- NuGet Package: MongoDB.Driver 2.26.0
- NuGetForUnity Version: 4.1.1
- Unity Version: 2021.3
- Operating System: MacOS
Related Problem
- What lib: MongoDB.Libmongocrypt in MongoDB.Driver.
When I install MongoDB.Driver, it depends one MongoDB.libmongocrypt. TheMongoDB.libmongocrypt
is platform specific, it has osx/linux/win (dylib, so, dll).
https://www.nuget.org/packages/MongoDB.Libmongocrypt
When NuGetForUnity extract that .nupkg file, it extract two libmongocrypt.dylib on macos, one from content
and one from contentFiles
.
I can manually delete one of these duplicated dylib and it works.
Now i want to know how to fix this. I've read the code about extracting .nupkg. But i can not know how to fix, or it will cause other lib dont work if i change the code.
Fix duplicated .nupkg extract in some lib (MongoDB.libmongocrypt) . I want to fix this but don't know how to do.
Additional Context and Details
Multiple plugins with the same name 'libmongocrypt' (found at 'Assets/Packages/MongoDB.Libmongocrypt.1.8.2/Sources/libmongocrypt.dylib' and 'Assets/Packages/MongoDB.Libmongocrypt.1.8.2/content/libmongocrypt.dylib'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Metadata
Metadata
Assignees
Labels
No labels