Error encountered
Library\PackageCache\com.hudmarc.fishnet-floating-origin@915b287eed\Runtime\FOCondition.cs(55,43): error CS0115: 'FOCondition.Clone()': no suitable method found to override
Getting this problem when I'm using then newest fishnet 4.1.0R and FFO.
Which version of the package are you on? Did you upgrade from an old version? I remember this being a problem when the FishNet 3.0 update came out. I thought I fixed it... If this is present even on the latest version I should be able to get around to fixing it soonish.
Looks like this error was caused by version FishNet version 4.0.3.
https://github.com/FirstGearGames/FishNet/commit/7f3d0f63c24e5f825ae3e9dd8837d0f95381c089
I am just now getting into using this library, but from first glance I believe just deleting the clone override will fix this issue.
Having the same error, but when i delete that clone override as dgillespie46 did i got another two errors:
Library\PackageCache\com.hudmarc.fishnet-floating-origin@f3c510ae5e\Runtime\FOManager.cs(89,87): error CS1503: Argument 1: cannot convert from 'method group' to 'Action<OffsetSyncBroadcast, Channel>'
Library\PackageCache\com.hudmarc.fishnet-floating-origin@f3c510ae5e\Runtime\FOManager.cs(111,17): error CS1503: Argument 1: cannot convert from 'method group' to 'Action<OffsetSyncBroadcast, Channel>'
using latest Fish-net version 4.1.4 PRO
Rather than deleting the clone method itself, just remove the override keyword.