I have a Unity project and a Visual Studio project set to the same folder. I am trying to run a C# script that uses MongoDB drivers through Unity. For some reason, when I build the project in Visual Studio, the Unity project does not find the references to a Visual Studio driver:
I tried importing the .dll files straight to the Assets/Plugins, but that gave more import errors because the .dll files aren’t made for Unity as far as I understand. Please help!