Chykary / FizzySteamworks

A transport for Mirror using Steam / Steamworks.NET
283 stars 32 forks source link

Corrected multiple bugs, removed dependency on SteamManager, enabled … #22

Closed JamesMcGhee closed 2 years ago

JamesMcGhee commented 2 years ago

This change will allow this transport to support both P2P and Client Server, it will enable it to work with release Steamworks.NET, Heathen Steamworks and any 3rd party built on the original Steamworks.NET

See full notes below.

VERY IMPORTANT Do not include Steamworks.NET in your build, that will cause issues when they use teh actual release Steamworks.NET as your modification is not inline with theres. It also means they cant use there own variations of the manager or any other 3rd party such as Heathen's Steamworks

JamesMcGhee commented 2 years ago

Ah yes I also corrected formating marks that caused Visual Studio to make a mess of the formating ... its just spacing but it will make it look like every line has a change

JamesMcGhee commented 2 years ago

Added additional notes in the README.md about Steamworks.NET change set 424 and Heathen's implemntation of it