Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
421 stars 161 forks source link

Netocde does not support NetworkTransport.Initialize(NetworkManager) Interface anymore. #158

Closed kaygundraka closed 2 years ago

kaygundraka commented 2 years ago

Im trying to update Netcode Version 1.0.0-pre.6 - March 03, 2022.

I found the error message below Library\PackageCache\com.community.netcode.transport.steamnetworking@da6250d3a9\Runtime\SteamNetworkingTransport.cs(18,18): error CS0534: 'SteamNetworkingTransport' does not implement inherited abstract member 'NetworkTransport.Initialize(NetworkManager)'

Can you update code for current Netcode version. Plz. I need your help.

LukeStampfli commented 2 years ago

This has been fixed by #157. If you try adding the transport again it should work now.