Search Unity

Showcase GameKit: free open source pre-built multiplayer features.

Discussion in 'Multiplayer' started by Punfish, Feb 3, 2023.

  1. Punfish

    Punfish

    Joined:
    Dec 7, 2014
    Posts:
    401
    simple_preview.png I've been working on a free open source product that will provide commonly needed aspects of multiplayer games.

    There are three key goals with each included feature:
    * Efficiency:
    fast on CPU and bandwidth for server and client.
    * Expandable: enable users to easily expand included features without risking breaks between updates.
    * Server authoritative with prediction: all features will be secure from cheating while offering prediction on the client-side to allow an immersive, immediate interaction system for clients.

    GameKit was designed for Fish-Networking https://assetstore.unity.com/packages/tools/network/fish-net-networking-evolved-207815 but may be modified for any networking solution.

    Link! https://github.com/FirstGearGames/GameKit
     
    white_sparrow and CodeSmile like this.