https://github.com/riptidenetworking/steamtransport
A Steam transport for RiptideNetworking, using Unity and Steamworks.NET.
https://github.com/riptidenetworking/steamtransport
csharp gamedev games multiplayer multiplayer-games networking riptide riptidenetworking steam steamworks unity unity3d
Last synced: 12 months ago
JSON representation
A Steam transport for RiptideNetworking, using Unity and Steamworks.NET.
- Host: GitHub
- URL: https://github.com/riptidenetworking/steamtransport
- Owner: RiptideNetworking
- License: mit
- Created: 2021-11-26T04:38:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T04:42:41.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T13:49:54.637Z (about 1 year ago)
- Topics: csharp, gamedev, games, multiplayer, multiplayer-games, networking, riptide, riptidenetworking, steam, steamworks, unity, unity3d
- Language: C#
- Homepage: https://riptide.tomweiland.net
- Size: 157 KB
- Stars: 48
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Steam Transport for Riptide Networking
A transport for [Riptide Networking](https://github.com/RiptideNetworking/Riptide) that uses [SteamNetworkingSockets](https://partner.steamgames.com/doc/api/ISteamNetworkingSockets).
For a list of other available transports, see the [transports](https://github.com/RiptideNetworking/Riptide#low-level-transports) section of Riptide's main README.
## Dependencies
You must have both [Riptide Networking](https://github.com/RiptideNetworking/Riptide) and [Steamworks.NET](https://github.com/rlabrecque/Steamworks.NET) installed and set up before you can use this transport.
## Limitations
Only works on platforms supported by Steam.
## Donate
Riptide and its transports are 100% free to use, but if you'd like to financially support Riptide's development and get early access to new features, you can do so through [GitHub Sponsors](https://github.com/sponsors/tom-weiland).
## License
Distributed under the MIT license. See [LICENSE.md](LICENSE.md) for more information.