I am currently trying to integrate Unity into a working implementation of the Mongodb server package. the server is set up, and is working through web-apps, and Android-native. I have been asked to integrate functionality into Unity. I am able to do get requests, but the way that the server is setup I just can’t get any POST request to work.
are there any tutorials, or working project demonstrations of mongodb being used in Unity (particularly the WWW class as webplayer is a target)