Assets\Plugins\CodeAssist\Editor\NetMQPublisher.cs(30,35): error CS0535: 'NetMQPublisher' does not implement interface member 'IProcessor.Process(Component_Animation)'
Assets\Plugins\CodeAssist\Editor\NetMQPublisher.cs(30,35): error CS0535: 'NetMQPublisher' does not implement interface member 'IProcessor.Process(Component_Animator)'
Assets\Plugins\CodeAssist\Editor\NetMQPublisher.cs(30,35): error CS0535: 'NetMQPublisher' does not implement interface member 'IProcessor.Process(RequestUpdate)'
It seams I already had another version of this in the wrong folder, which created these errors.
I just had to uninstall this other version to fix the issue.
I'm on unity 2023 and I'm getting these errors.
Assets\Plugins\CodeAssist\Editor\NetMQPublisher.cs(30,35): error CS0535: 'NetMQPublisher' does not implement interface member 'IProcessor.Process(Component_Animation)' Assets\Plugins\CodeAssist\Editor\NetMQPublisher.cs(30,35): error CS0535: 'NetMQPublisher' does not implement interface member 'IProcessor.Process(Component_Animator)' Assets\Plugins\CodeAssist\Editor\NetMQPublisher.cs(30,35): error CS0535: 'NetMQPublisher' does not implement interface member 'IProcessor.Process(RequestUpdate)'