VR Robotics Simulator: Multiplayer Mode for Robots
In the previous lesson, we learned how to install the Photon network SDK in our project and prepare the project for multiplayer implementation in Unity using Photon. Multiplayer in Unity Using Photon Our goal in this lesson is to learn about multiplayer mode for our robots in virtual reality, how to share their positions and orientations, and also voice chat between users in the VR multiplayer scene. Multiplayer Mode for Robots in Virtual Reality The contents of the entire course on developing a VR Robotics Simulator are as follows: Introduction to the Course (1/15) Install VR SDK (2/15) Simple VR…