player limits , unity and photon

Options
john.taylor
edited November 2010 in DotNet
Hi

how many players can play in one Scene of game ? i mean is there any limits for number of players can be in one scene ?? ( using Unity3d and Photon )

thanks

Comments

  • dreamora
    Options
    That depends on the game, there is no such number that you can just put down.

    You will need to test it.
    It heavily depends also on to the assets you use and the hardware requirements the players will need in your game, because just cause the server could handle 1000 in there doesn't mean anything as the assets must be handled, rendered etc in unity
  • thank for your answers and good to see you here !!!

    all the games in this page http://www.exitgames.com/References is work with unity3d webplayer .
    it mean it only work with unity3d webplayer ( the game is only playable with webplayer ) or i can make a downloadable vertion too ?

    thanks again
  • dreamora
    Options
    You can use Photon for webplayers (including U3 ones), standalone Windows and OSX games as well as Unity iOS games, fully up to you :)

    Its just more common cause its easier to get people to play something if its 1 click and go over 10 clicks, install, whatever, go :)