Setup of RavenDB in Unity

Hey there !

I’m trying to setup RavenDB in my unity project, but can’t get to make it work.

I installed the nuget package from visual studio, but the namespace isn’t imported…
I got the error in unity “the namespace Raven.Client.Documents does not exists” blablabla

I read on another forum that there is a special manipulation to install dependencies from visual studio, cause unity sort of reset some configuration files ?

Anyway, I hope you’ll be able to help me :slight_smile:

This maybe a bit late but I also ran into this. It took a whole lot of googling, but after following this I got it to work for me.

1 Like