- 修复第一次连接时ClientID为0导致匹配失败的问题 - 在GameClientMatchmaker中添加ClientID检测和自动重连逻辑 - 当检测到ClientID为0时,等待0.5秒后自动断开并重新连接 - 优化MatchmakingPanel显示逻辑,根据ClientID状态显示正确的连接状态
Steamworks.NET
Steamworks.NET is a C# Wrapper for Valve's Steamworks API, it can be used either with Unity or your C# based Application.
Steamworks.NET was designed to be as close as possible to the original C++ API, as such the documentation provided from Valve largely covers usage of Steamworks.NET. Niceties and C# Idioms can be easily implemented on top of Steamworks.NET.
Steamworks.NET fully supports Windows (32 and 64 bit), OSX, and Linux. Currently building against Steamworks SDK 1.55.
- Author: Riley Labrecque
- License: MIT
- Documentation
- Discussion Thread
- Reporting Issues Note that only Steamworks.NET specific issues should be reported, general API questions/issues should be asked on the Steamworks discussion board.