Chykary / FizzySteamworks

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

when i imported it unity rec version 2020.3 #14

Closed coolst3rs1 closed 3 years ago

coolst3rs1 commented 3 years ago

public override void ServerDisconnect(int connectionId)

Jacykow commented 3 years ago

Same here Assets\Mirror\Runtime\Transport\FizzySteamworks\FizzySteamworks.cs(210,26): error CS0508: 'FizzySteamworks.ServerDisconnect(int)': return type must be 'bool' to match overridden member 'Transport.ServerDisconnect(int)'

Edit: I downloaded the latest Mirror version from their github instead of the asset store one and the error is gone

xzessmedia commented 3 years ago

Error Stack tells all, overridden function must return value of type boolean see 97179e25eda7fa3a9b22f18d8b3ca872d560a849

Chykary commented 3 years ago

Yeah, the transport is already updated to a newer Mirror version as said in the release notes. Please use a previous version of the transport until the latest Mirror is pushed to asset store :)