Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: Sivand12 on November 18, 2014, 11:58:43 PM

Title: Game Center or TNet for Multi-Player on iOS
Post by: Sivand12 on November 18, 2014, 11:58:43 PM
What does TNet offer that makes it a superior solution for multi-player deployment on iOS?
Title: Re: Game Center or TNet for Multi-Player on iOS
Post by: ArenMook on November 19, 2014, 04:18:39 PM
TNet is a very Unity-like solution. You work with it like you would be working with Unity. Send a message? tno.Send("FunctionToCall", ...). "FunctionToCall" is then your function. Want to host TNet somewhere on a dedicated server of your own? No problem. Take the 50kb executable and run it there -- windows, mac or linux. It takes no resources, and most obviously of all -- it doesn't limit you to iOS for when you want to support Android too.