suriyun-production / battle-io-docs

This is document for Battle IO project (https://www.assetstore.unity3d.com/#!/content/101113?aid=1100lGeN)
https://suriyun-production.github.io/battle-io-docs/
1 stars 0 forks source link

Game becomes unplayable when you spawn 100 bots at a time on the offline mode #43

Closed isaanyoha closed 3 years ago

isaanyoha commented 3 years ago

Game becomes unplayable when you spawn 100 bots at a time on the offline mode. Can upto 100 persons play games made with the battle.io kit, including the online mode? Are there things I have to set to fix this issue?

insthync commented 3 years ago

Photon version or LiteNetLib?

Bots in Photon version will be controlled by master client and sync all data to other clients, so if the master-client does not have a good internet it will be disconnected easily.

isaanyoha commented 3 years ago

Oh ok. Thanks!