Closed
Description
AC
A player should be able to travel a near infinite distance in any direction without it degrading performance & correctness noticeably.
How?
- Each player will have their own physics world
- If a player is within
15005000 blocks of another player, they will join that player's world - If a player becomes
20005000 blocks from another player, they will leave that player's world and get their own - Any non-player object will pick the closest world to join
- If a player is within
Metadata
Metadata
Assignees
Projects
Status
✅ Done