Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added fish-net networking solution
fish-net is a free resource for implementing multiplayer games with easy integration and a handy documentation
  • Loading branch information
Yash-Punia authored Oct 6, 2022
commit 2da622b4b468ff3a2a83c7e9b55a1d5bf41d0f6c
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Navigation:
* [UNet Authoritative Networking](https://github.com/atrakeur/unity-unet-authoritative-networking) - authoritative networking implementation.
* [MLAPI](https://github.com/MidLevel/MLAPI) An alternative to Unity's UNET high level API, allows for separate server/client projects and more.
* [Barebones Master Server](https://github.com/alvyxaz/barebones-masterserver) - Host your own custom master server setup, avoid CCU fees.
* [Fish-Net](https://github.com/FirstGearGames/FishNet) - free networking solution built from ground up with synchronization of states and logic

## VR
* [SteamVR](https://github.com/ValveSoftware/steamvr_unity_plugin) - VR SDK.
Expand Down