Search Unity

Third Party need help with multiplayer photon pun 2

Discussion in 'Multiplayer' started by demis_00, Mar 7, 2021.

  1. demis_00

    demis_00

    Joined:
    May 12, 2020
    Posts:
    50
    I am new on making games on unity and i am working on multiplayer game. server, room, conecting , works fine but everything works like "screen sharing" ,room client cant play but client can see host playing.
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,066
    You will need scripts that run on each character. Normally, only one character is controlled, so input needs to be applied in only one case.
    The Pun Basics Tutorial shows how to set this up and how to control a character. Read and code along.
     
    demis_00 likes this.
  3. demis_00

    demis_00

    Joined:
    May 12, 2020
    Posts:
    50
    thanks but if players are controlling airplanes in my game?
     
  4. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,066
    You still start to learn with characters and apply the knowledge to planes when you understood what's going on.