Getting Started · Manual · API · Discord
Netick is a free server-authoritative state-sync networking solution for Unity. Netick is the state-of-the-art networking solution, it's the highest-performing networking solution for Unity, achieving the lowest bandwidth and CPU usage, shown by open-source benchmarks. Built with an architecture that’s different from other solutions, Netick makes writing cheat-free networked games as close to writing single-player games as possible. Whether you're building a competitive shooter like CS, a 200-player battle royale, or a large-scale survival game, Netick is built to handle it all.
What makes Netick vastly superior to other networking solutions are four core pillars:
Netick makes writing high-end, predicted multiplayer games as straightforward as writing single-player ones. Its minimalistic and intuitive API removes the need for almost all RPCs, allowing you to write simpler and easier-to-maintain code.
While other solutions are plagued by internal de-syncs and race conditions, Netick is completely void of such issues. Netick ensures the entire networked state of the game is synced atomically and fully together in a tick-aligned manner, eliminating all race conditions and de-syncs. Your game will also behave the same way for good and bad connections. Netick is the only solution in the market that offers this guarantee. It is designed from the ground up to satisfy this requirement.
Thanks to a cutting-edge Delta Snapshots algorithm, Netick achieves industry-leading bandwidth usage. Open-source benchmarks show Netick syncing more data with less cost—using 10x higher compression precision than other solutions while still requiring less bandwidth.
Netick is engineered for performance at scale. Built in high-performance unmanaged C# with a data-oriented approach, Netick achieves an unseen level of performance. You can have 10,000 active objects with zero additional CPU usage. In real-world tests, Netick 2 can compress and write the full transform state of 250 continuously moving objects (syncing position and rotation) to 250 clients in under ~0.35ms on a single core (modern Intel CPU). One user called it “Dark Magic.” We call it next-gen netcode.
Unity Editor 2021 or later.
- Open the Unity Package Manager by navigating to Window > Package Manager along the top bar.
- Click the plus icon.
- Select Add package from git URL
- Enter https://github.com/NetickNetworking/NetickForUnity.git
- Under Packages in the Package Manager, you should now see Netick with it's current version number.
- You can then import one of the samples to get started. You can do that by going to the
Samples
tab. Or instead, you can follow our getting started guide for how to do a simple game with Netick.
- Stable, clean, and powerful API
- Client-Side Prediction
- Full and Partial Delta Snapshots
- Snapshot Interpolation
- Remote Procedure Calls (RPCs)
- Sandboxing
- Physics Prediction
- Interest Management [Pro]
- Lag Compensation [Pro]
- Code Gen
- Zero GC
And many others.
Netick 2 uses an innovative state synchronization algorithm that moves multiplayer game development forward. Not only does it achieve the lowest bandwidth usage ever seen, but it also simplifies networked games by ensuring full/atomic networked state synchronization, completely eliminating all netcode-related race conditions/desyncs, making developing networked games as close to developing single-player games as possible. Netick 2 uses a novel approach for Delta Snapshots that makes it possible to use Interest Management and Delta Snapshots together, in a performant way. This has been unheard of in AAA or indie games, due to the difficulty or impracticality of doing that. However, in Netick 2, it just works.
Netick lets you fully sync, predict, and interpolate anything in the game: network properties, collections, etc. This greatly simplifies development for complicated or demanding projects.
Netick 2 core is written with unmanaged C# code, utilizing novel algorithms and achieving the highest level of performance. According to simulated testing, Netick 2 can compress and write 250 continually moving objects (syncing position and rotation) to 250 clients in less than 0.35ms, all in a single core (using any modern Intel CPU), giving you the best server performance ever seen in the market. This means the networking CPU cost of your game is as little as possible, leaving you room to do other things in the game. It also means you can have more players than before, with a higher tickrate, while requiring less demanding server specs.
- Discord: https://discord.com/invite/uV6bfG66Fx
- Docs: https://www.netick.net/docs.html
- API: https://netick.net/docs/2/api/index.html
- Site: http://www.netick.net
If you have any questions, need support, or want to report a bug, visit our discord: https://discord.com/invite/uV6bfG66Fx
Please consider supporting us on Patreon so we are able to keep working on and improving Netick! https://www.patreon.com/user?u=82493081
Enjoy!
Karrar, Creator of Netick