Questions tagged [mongodb]
The mongodb tag has no summary.
5 questions
0
votes
0
answers
44
views
MongoDB does not support Unity IL2CPP setup on Android build
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, ...
3
votes
1
answer
1k
views
Game communicates with MongoDB in the Editor but not in WebGL build
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 ...
0
votes
2
answers
1k
views
How to Structure my Database for a HTML turn-based strategy game?
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'...