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
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.
Comments
You will have to think about how you can grab just the important values of chunks and only send those.
Still too much?
Sorry