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
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
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