Search Unity

Launch video on clients at the same time

Discussion in 'Multiplayer' started by jesusrg, Nov 29, 2015.

  1. jesusrg

    jesusrg

    Joined:
    Dec 12, 2012
    Posts:
    27
    Hello, i want to launch at the same time a video in all the clients (60 android mobiles ) trough one server (pc) in a local network over wifi, and i am a little lost on how to start this with the new Unity Networking, with the old networking i would make the pc host and send rpc to clients to start that video at the same time, can anyone please help me with the new system?, thanks.
    Best regards.
    Jesús.
     
  2. jesusrg

    jesusrg

    Joined:
    Dec 12, 2012
    Posts:
    27
    I answer myself, its so easy the new networking, i add an empty object + NetworkManager + NetworkManagerHUD components, and i use [SyncVar] to sync a bool startVideo over the clients.