Methods with multiple RPC attributes on a single method and using inheritance will result an a runtime error.
'Rpc Type' key # has already been added for YourClass on GameObject
Resolution is to find Method internal uint GetRpcCount(TypeDefinition typeDef) within RpcProcessor and replace it's entirety with this.
FishNet 4.3.0.
Methods with multiple RPC attributes on a single method and using inheritance will result an a runtime error.
'Rpc Type' key # has already been added for YourClass on GameObject
Resolution is to find Method
internal uint GetRpcCount(TypeDefinition typeDef)
within RpcProcessor and replace it's entirety with this.Resolved in 4.3.1