Skip to content

RiptideNetworking/Riptide

Repository files navigation

DocsDiscordDonate

Riptide Networking

Riptide Networking is a lightweight C# networking library primarily designed for use in multiplayer games. It can be used in Unity as well as in other .NET environments such as console applications.

It provides functionality for establishing connections and sending data back and forth, leaving it up to you to decide what data you want to send and when. This is ideal if you like to be in control of your code and know what's going on under the hood.

Getting Started

Check out the documentation for installation instructions and a guide on setting up the basics.

For a video tutorial on how to set up Riptide (using v1.1.0) in your project, see this video. You can use the upgrade guides to update your project to newer versions afterwards.

Low-Level Transports

Implementations in Other Languages

The following is a list of Riptide implementations in other programming languages. These ports are managed and maintained separately and independently by their respective owners, and are not affiliated with Riptide in any official capacity. As such, they may not function interchangeably with all versions of Riptide or with each other.

However, if you need to use Riptide with/in a language other than C# on one end, these implementations may provide a starting point:

Contributions

Community bug reports, feature requests, and pull requests are welcome and appreciated, but please read the contribution guidelines before submitting one 🙂

Donate

Riptide is 100% free to use, but if you'd like to financially support Riptide's development you can do so through GitHub Sponsors.

License

Distributed under the MIT license. See LICENSE.md for more information.