Hi everyone,
I have begun working on a colaborative multiuser XR application and I would like to let computer users (not PCVR but only PC) connect to the same session as XR users. My problem is how to set that up.
Dealing with the different input is ok and checking the user platform is direct. However I do not know to let them connect to the same session.
I tried the VR Multiplayer sample (using Unity 6.1) and my XR device could not find the room created by the computer.
I am begining with multiplayer and going for Netcode for GameObject but I am not excluding Photon if someone can help me (my project is a research project so it is sort of a proof of concept as it will not go in prod).
I am currently reading the documentation of NGO and UGS to understand the general working of the packages.
Thank you all