Database/SQL?

mtewks
edited July 2011 in Photon Server
Researching Photon as a possible third party server to use with our Unity3D game for iPhone.
I need to know if it's possible to connect to the database or use SQL with the server.

On a side note any interesting features that could help with our development would be nice to know.

Comments

  • photon hosts a .NET runtime. You can use everything that .NET offers including accessing databases.
  • About the features: Read up on the webpage and check out the Developer Network:
    http://developer.exitgames.com

    It should give you a first impression of how to use Photon and what it does. The Lite and Lite Lobby application topics explain game-related features.