What can Photon do for mobile game by Unity3D?

v_francis
edited March 2015 in Any Topic & Chat
Hello Photon:
I am a indie game developer, and I want to develope a MOBA game on IOS and Android by Unity3D. On the website I found many noun, like Photon Realtime, Photon Server, Photon Pun, and I confused. I already knew Photon Pun is a tool for unity3D, but I dont konw the relationship between Pun and Photon Realtime, Photon Server, Photon Chat etc. Which production do I need choose to build my game?
And what can Photon do for me? Is it provide data storage and user login? Do I need build game server myself to deal with game logic?

Thanks

Comments

  • You should start with the PUN Free package. It has several samples and is easy to setup.
    PUN always uses some server. Either you setup you app in the Photon Cloud or you get the Photon Server SDK and set up your own servers.
    Photon has a game-independent logic which allows the clients to control the game logic. If that's not enough, the Photon Server SDK (a.k.a. Photon OnPremise) is what you want to add your own logic.

    We don't store data for you but we partner with PlayFab, who do.