Search Unity

How to send messages from client phone to host phone (UNet HLAPI and Mirror API) then save CSV/JSON?

Discussion in 'UNet' started by apventures, Jul 12, 2021.

  1. apventures

    apventures

    Joined:
    Aug 6, 2018
    Posts:
    24
    I have an app that uses one phone to operate as the Host connection and two other phones to operate as the Client connections. We are currently using UNet HLAPI but may migrate to Mirror API.

    My question:

    How to have our Client phones send messages (game data) to the Host phone, and locally save this information as CSV or JSON file to the Host phone?