Skip to content

TaherChokali/mongodb-in-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

mongodb-in-unity

Introduction


.dll Files For Connect And Use MongoDB In Unity

Add Dlls file


  1. Download Zipfile
  2. Extract Folder
  3. Import Folder In unity

Requirements


  • Unity 2021.x and after
  • .Net 4.7.2

How To Connect In Unity


Untyped Documents

private MongoClient _client;
_client = new MongoClient("mongodb://127.0.0.1:27017");

About

.dll Files For Connect And Use MongoDB In Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published