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