Hello Everyone!
I'm currently using the .NET driver 2.4.4. in a Unity3D project for persisting game states.
These driver version works fine here, but when i'm trying to upgrade the driver to v 2.5.1 or higher i'm getting the following Unity3D compiler error:
"Unloading broken assembly Assets/net45/MongoDB.Driver.Core.dll, this assembly can cause crashes in the runtime"
Unity experts told me, that this is caused by a missing external reference in the project.
So i'm wondering, which external assembly the compiler is looking for MongoDB.Driver.Core.dll from version 2.5.1 on.
Any ideas?
Thanks in advance!