Chykary / FizzySteamworks

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

fix: this fixes code for working udp mode. #34

Closed dragonslaya84 closed 2 years ago

dragonslaya84 commented 2 years ago

This places all new working code for udp. I had messed up not passing in the address correctly under createCopy for received method so always reverted to 0 address. I implemented a new warning in log so that end user's get warning if user is not in dictionary versus it erroring out.

This implements new able to disable internal initialization of steam to allow end user's to provide there own way. Not tested if nothing provided if any error's spew. I also allowed to change steam options at run time as I never thought of it before.