Chykary / FizzySteamworks

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

Recieving 3 Unity Console Errors on Importation #11

Closed sean-phyx closed 3 years ago

sean-phyx commented 3 years ago

Hi, I just recently installed the unitypackage and after its imported it seems to be getting 3 errors in the Unity Console. The errors I recieve are as follows: Error 1 : Assets\Mirror\Runtime\Transport\FizzySteamworks\FizzySteamworks.cs(105,30): error CS0508: 'FizzySteamworks.ClientSend(int, ArraySegment<byte>)': return type must be 'bool' to match overridden member 'Transport.ClientSend(int, ArraySegment<byte>)'

Error 2: Assets\Mirror\Runtime\Transport\FizzySteamworks\FizzySteamworks.cs(163,30): error CS0115: 'FizzySteamworks.ServerSend(int, int, ArraySegment<byte>)': no suitable method found to override

Error 3: Assets\Mirror\Runtime\Transport\FizzySteamworks\FizzySteamworks.cs(11,18): error CS0534: 'FizzySteamworks' does not implement inherited abstract member 'Transport.ServerSend(List<int>, int, ArraySegment<byte>)'

I have tried using both versions 2.6 and 2.6.1 but I receive the same error for both. Any help would be appreciated! Thank you!

sean-phyx commented 3 years ago

Apologies, I just found out that for some reason I had mirror ver 23 and required an update. Strange as I downloaded Mirror a week ago from the asset store and it gave me that version... Strange... Apologies again! Thank you!