#FishyFacepunch 'NetworkManager' does not contain a definition for 'CanLog'

4 messages · Page 1 of 1 (latest)

analog brook
#

FishNet: 4.1.4R Pro
Facepunch.Steamworks: 2.3.2
FishyFacepunch: 2.1.1

I've set up a project using the steps from https://github.com/FirstGearGames/FishyFacepunch
I'm getting the following error for several FishyFacepunch files

Assets\FishNet\Plugins\FishyFacepunch\Core\ClientSocket.cs(90,63): error CS1061: 'NetworkManager' does not contain a definition for 'CanLog' and no accessible extension method 'CanLog' accepting a first argument of type 'NetworkManager' could be found (are you missing a using directive or an assembly reference?)

GitHub

Contribute to FirstGearGames/FishyFacepunch development by creating an account on GitHub.

jagged tusk
#

I had the same issue before i dont know if this is a valid fix but i found that function (in the screen shot) and changed it to a public function
and that got rid of those errors

analog brook
#

This didn't work for some reason. I copied the InternalCanLog method instead. Janky but works.

fathom dirge
#

I'll remind the team that this transport needs to be updated