"Couchbase.Lite.Database" does not contain a constructor that takes 1 argument

Hi I’m investigating implementing Couchbase in a new game I’m developing with Unity 5. I have downloaded the necessary files from this link: https://github.com/couchbase/couchbase-lite-net/releases/unity_v1.0-beta3.

When including the files in my project, and creating a starting script, I receive the error in my title:

“Couchbase.Lite.Database” does not contain a constructor that takes 1 argument. When trying to create a database with this code:
var db = new Database(“test”);

Is there a problem running Couchbase in the latest Unity version 2018.2.16f1?

Thanks,
Daniel

I imagine there will be lots of problems since that version never made GA and its development ceased years ago. If you are looking into Unity you’d probably be more interested in this ticket. FYI the Unity3D version is, I believe, based on Couchbase Lite 1.2 which is now well past end of life and probably end of support as well.

Thanks borrrden, that link was excellent. I’m going to look into implementing the contributor’s unitypackage!