Facepunch.Steamworks
Facepunch.Steamworks copied to clipboard
Support for the new ISteamNetworkingMessages interface
The old P2P networking interface ISteamNetworking
has been deprecated by Steam. It's working for now, but might be disabled by Steam at some point. Not a smart idea to use it if you're working on a new game.
Now the only options are using sockets (which are available in Facepunch.Steamworks
), or using the new ISteamNetworkingMessages
interface. Are there any plans to add this to Facepunch.Steamworks
?