Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: rik on April 09, 2017, 07:11:49 AM

Title: Hi is there any chance of making mongo db integration for player save system ?
Post by: rik on April 09, 2017, 07:11:49 AM
Hi i want to know is there a chance of integrating mongo db database integration for player save and login.

it will be nice to see mongo db integration into the plugin, that way it will be optimized and scalable solution for many things.
Title: Re: Hi is there any chance of making mongo db integration for player save system ?
Post by: ArenMook on April 14, 2017, 04:47:28 PM
Nope, zero chance. I almost integrate 3rd party work into my own. The only exception I can think of was adding FreeType to NGUI -- and even that one was an issue once 64 bit Unity came out as there was no 64 bit OSX dylib. Furthermore I never integrate anything I don't use myself -- and TNet is a networking / serialization library. Database is not only out of its scope, but it's also highly a game-specific task. 99.99% of games don't need databases, and I doubt you do either unless you're making something like World of Warcraft.
Title: Re: Hi is there any chance of making mongo db integration for player save system ?
Post by: rik on April 16, 2017, 07:05:58 AM
i am not making a world of war craft but game i am working on have player score system instead of saving locally i want to save online.

so that player can login from different device and pull his unlocked weapons coins score etc.
Title: Re: Hi is there any chance of making mongo db integration for player save system ?
Post by: LuffyGray on April 16, 2017, 08:42:43 AM
Just get the mongoDB connector for .NET 2.0 and implement it yourself, the connector makes it easy and if you wait or get the beta for Unity 2017.1 you can change over to a 4.6 .NET and use the latest connector which again, easy stuff just add it to the assembly.