Search Unity

TLS Enabled networking APIs - any out there?

Discussion in 'Multiplayer' started by drewdough, Jun 14, 2017.

  1. drewdough

    drewdough

    Joined:
    Oct 5, 2016
    Posts:
    57
    hi,

    Are there any networking APIs for Unity which allow 1) TLS connections and 2) Authoritative hosted server?

    The only one that I've found that does this is Photon Server. The problem with PS is the documentation and examples are horrible compared to their P2P offering.

    Any other options out there? It doesn't seem like UNet offers any encryption or TLS connections. I may just build a separate Auth Service in an HTTPS web app and use UNet for non-transactional actions (e.g logins, account creations, consuming purchasable goods), but would be better if I could use the same game servers and master server with a TLS connection over UDP or TCP....

    Thanks!