VR Robotics Simulator: Share Actions in the Network

VR Robotics Simulator: Share Actions in the Network

In the previous lesson, we learned 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 In this lesson, we want to share actions and the impact of actions of robots in the network such as grabbing an object and releasing it in a multiplayer scene. Sharing actions in the network in unity The contents of the entire course on developing a VR Robotics Simulator are as follows: Introduction to the Course (1/15) Install VR SDK…
Read More
VR Robotics Simulator: Multiplayer Mode for Robots

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…
Read More
VR Robotics Simulator: Multiplayer in Unity Using Photon

VR Robotics Simulator: Multiplayer in Unity Using Photon

In the previous lesson, we learned how to optimize our scene to have better performance in VR, such as graphic optimization, lighting, mesh, and collider optimization, script optimization, and some settings for the exportation of our APK. Scene Optimization in VR In this lesson, we will learn 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 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 Scene…
Read More