Search Unity

Steamworks p2p

Discussion in 'Multiplayer' started by MonkeyKasai, Jun 13, 2018.

  1. MonkeyKasai

    MonkeyKasai

    Joined:
    Jan 4, 2014
    Posts:
    40
    Hi guys,

    Does anyone know of any example projects that use steams p2p for a turn base game?
    I've been sending messages through SendP2PPacket with k.EP2PSendReliable and then using the data sent to see what function needs to be called, but sometimes that won't data won't sent through to the other player. Are there any callbacks for data not being sent/received??
    Previously I have been using photon for my networking, so I'm just trying to find to mimic a RPC through steams p2p.