New: Photon Fusion Area of Interest sample
Massive multiplayer games need the best Area of Interest management.
The Area of Interest sample showcases two key Photon Fusion features: Area of Interest (AoI) and Multi-Peer Mode.
Area of Interest helps optimize applications by updating NetworkObjects only within a player’s designated radius, reducing unnecessary processing and bandwidth. This is particularly useful for multip[layer games with many NetworkObjects. AoI works with all topologies.
Multi-Peer Mode allows multiple clients in a game session without running multiple instances of the same build or the Unity editor. Multi-Peer Mode enables:
- Testing multiple clients in the editor without needing to create multiple builds or run extra Unity editor instances.
- Dedicated servers capable of hosting multiple Game Sessions from a single Unity instance.
- Clients who can connect to multiple Game Sessions simultaneously.
Using AoI with Multi-Peer Mode enables faster and easier testing of this feature. In this sample, users can generate multiple clients, each represented by a spaceship alongside meteors. Note, that there is no collision between ships and meteors, as the focus is on implementing Multi-Peer and AoI.
EXPLORE FUSION AREA OF INTEREST SAMPLE
Thank you all for your feedback and we are looking forward to your next creations.