Skip to main content

Questions tagged [mongodb]

Filter by
Sorted by
Tagged with
0 votes
0 answers
44 views

The MongoDB system (MongoDB Atlas) does not support Unity's IL2CPP setup on Android. My build.mongoDB and IL2CPP project is working perfectly in the Unity editor, ...
Varghese_K Thomas's user avatar
0 votes
0 answers
84 views

I can't figure out how to post/get to the API in Unity. I was using the Mongo Driver before, but that seems to not work on UWP (I guess?) So I'm trying to get the Atlas API set up, but I can't figure ...
Makineko's user avatar
3 votes
1 answer
1k views

I was trying to implement MongoDB in my Unity WebGL game and everything is working fine in the editor: I managed to insert and retrieve documents from my Mongo database with no issues. Everything ...
roseicollis's user avatar
3 votes
5 answers
641 views

CONTEXT: I am currently developing the front-end/ client of a simple browser game using HTML5 Canvas/JavaScript. In the future, I would like to add a multi-player dimension to it, most likely using ...
user avatar
0 votes
2 answers
1k views

I'm making simple HTML socket game that I want to record over time. It's a "risk" type game where individual tiles can be conquered, and the team with the most tiles is winning. As of right now, I'...
Kevin Hu's user avatar