Search Unity

Question Multiplayer games with facetracking and eye tracking with meta quest pro

Discussion in 'VR' started by Avinash190, Feb 13, 2023.

  1. Avinash190

    Avinash190

    Joined:
    Aug 19, 2017
    Posts:
    3
    Has anyone managed to do multiplayer face tracking and eye tracking with meta quest pro using photon or any networking solutions?
     
  2. nilagard

    nilagard

    Joined:
    Jan 13, 2017
    Posts:
    77
    Yes I have, and in short I can say that it's extremely complicated. To short it down you need to understand that you NEED to, atleast it's the only solution I have found that everything needs to be separately handled. You cannot "package" anything or take any shortcuts. Atleast I couldn't. If you want to facetrack your eyes, handle it like you would any other gameobject and send the information through the network. If you want to track anything else, make it separate and attach the required photon components for it. With some jiggerypokery then you should be able to make this work.
     
    silverlui1104 likes this.