Hi Nikola,
thx for your answer.
I use GitHub - GlitchEnzo/NuGetForUnity: A NuGet Package Manager for Unity to install NuGet packages. My first attempt was to remove the MongoDB.Bson driver package, unfortunately this attempt ends in a reference error:
Assembly ‘Assets/Plugins/MongoDB.Driver.Core.2.23.1/lib/netstandard2.1/MongoDB.Driver.Core.dll’ will not be loaded due to errors:
Unable to resolve reference ‘MongoDB.Bson’. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
I stumbled over the realm mongodb client but the mongodb driver package is for the game server build. This user permissions, auth and rules handling cannot be used on the server.