More ids than 1000 per owner.

Options
How can I have more ids than 1000 per owner? Because I have simple game like minecraft that has maximum blocks 1000 and 625 blocks is floor.
Please answer

Comments

  • Tobias
    Options
    Even if you had more than 1000 IDs per owner, you wouldn't be able to make a multiplayer Minecraft by simply throwing PhotonViews onto everything. It's too much data to send anyways.
    You will have to think about how you can grab just the important values of chunks and only send those.
  • I thinged about that too
  • Lizzard4000
    Options
    And doing that with the option "Unreliable on change"?
    Still too much?
  • Tobias
    Options
    Yes, still too much, I'd guess.
    Sorry :(