/FishyUTP

Unity Transport Package (UTP) for Fish-Networking.

Primary LanguageC#MIT LicenseMIT

FishyUTP

A Unity Transport (UTP) implementation for Fish-Net, a feature-rich Unity networking solution aimed towards reliability, ease of use, efficiency, and flexibility.

Need Help?

This transport does not have first-party support and is a community maintained project.

  • Raise an Issue or start a Discussion for questions or bugs regarding FishyUTP.
  • Create a Pull Request to propose a change or fix a bug.
  • Chat in the Fish-Net Discord if you have questions about the Fish-Net library.

Compatibility

This transport library is in early development and should not be used for a production project.

Feature Compatibility

The following is the anticipated features this library will support in the future. Propose new features via GitHub Issues or Pull Request.

Feature Supported
Transport 🔨
Jobified
Relay 🔨
  • ✅ -- Implemented
  • 🔨 -- Partially implemented
  • ❌ -- Not implemented

Install

Install Dependencies

Ensure you have installed the required dependencies using the Unity Package Manager:

Install Transport

via git

Manual

Move the FishNet folder from this repository to the Assets folder in your Unity project.

Transport Component

Add the "FishyUTP" transport component to the "NetworkManager" game object.

Configure Relay

FishyUTP supports creating and joining Unity Relay allocations to simplify and secure network connectivity. This is an optional feature that can be disable on FishyUTP transport ("Use Relay").

  • Add the "FishyUTP Relay Manager" component to the game object that contains the "FishyUTP" and "NetworkManager" component.
  • On the "FishyUTP" component:
    • Enable "Use Relay"
    • Enable "Login To Unity Services" if you are not already doing so elsewhere in your application

The "Join Code" on the "FishyUTP Relay Manager" represents either the join code generated for the host allocation or the join allocation the client will attempt to connect to.