Getting together in a simulated world using a virtual reality (VR) system and social VR app. Participants appear as avatars in environments that can be lifelike or fantasy worlds.
About Social VR
Getting together in a simulated world using a virtual reality (VR) system and social VR app. Participants appear as avatars in environments that can be lifelike or fantasy worlds.
Currently there are 3 best solutions for multiplayer in Unity for easy application and robust solution.
-
Photon Fusion
- Easy to implement
- Most of the DevOps work is taken care by Photon Engine
- Stable, scalable and tested
-
Mirror Networking
- Moderate implementation
- It’s an open source no cap on CCU (Concurrently Connected Users). Still supports up to 200 in one match
- Stable, scalable and tested
-
Netcode for Objects
- Unity’s official Networking Solution
- No CCU Limitations
- New solution, supported by UNITY