Search Unity

Third Party [Mirror] how to send webcam feed to the other players

Discussion in 'Multiplayer' started by metafred, Nov 12, 2020.

  1. metafred

    metafred

    Joined:
    Oct 26, 2020
    Posts:
    2
    Hi !

    I'm working on a chat, using the same principle of a FPS game (we don't shoot, we just talk).

    I succeed to get the webcam feed and to apply it as a texture, but my players display the webcam feed of the computer their are running on, instead of displaying for webcam feed of the correct players.

    I need to find the way for each player/client to send his own webcam feed to the other players.