Search Unity

Simple multiplayer function: see other players jump around

Discussion in 'Multiplayer' started by Jojoba007, Jan 9, 2021.

  1. Jojoba007

    Jojoba007

    Joined:
    Feb 11, 2017
    Posts:
    148
    Hi all,

    I'm about to implement Photon PUN V2 into my game to play around with multiplayer. The only thing it should do for now is that as soon as a player starts a map he would auto-join other players that are also trying to set their own high scores on their own map. So the only function the multiplayer should do, is that you see others jumping around, working on their own high score.

    A bit like Trackmania, where you just drive through others, working on your own high score.

    Is it possible with photon to let players stream in and out to existing maps? And if a map is full it will auto create additional maps? I don’t want to work with lobbies.
     
    Last edited: Jan 12, 2021
  2. Jojoba007

    Jojoba007

    Joined:
    Feb 11, 2017
    Posts:
    148
    Got it working. And yes I found out that streaming in and out to existing maps is working.
     
    tobiass likes this.