Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Accounts

Discussion in 'Multiplayer' started by john55223, Mar 15, 2013.

  1. john55223

    john55223

    Joined:
    Mar 4, 2013
    Posts:
    14
    I plan on making an rpg game, but I can't figure out how the player system would work. My main issue is understanding photon and the network, do that I could store all the player files somewhere, and call them up when needed
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,062
    The default applications in the Photon Server SDK and Photon Cloud don't save any user data. There is no persistency built-in.
    You can either use another middleware that supports user accounts (so the clients talk to some service, fetch their data and send it to the others where necessary), can build a service yourself or use the Photon SDK plus any database to implement this in the Photon Server.