- Technology : Unity, C#, VR, TCP Networking
This application will be used for 3D cinema experience and there will be no interaction with VR headsets.
The purpose of this project is to play the same videos in many VR headsets at the same time. For this purpose, a client application for VR headsets and a server application for the PC have been developed.
This communication takes place on the local network and many clients can connect to the same server at the same time. It was developed with the TCP networking to prevent data loss in communication. The port value can be changed in the server application, and the port information from which the clients will connect to the server is kept on their local disks.