merryyellow / Unity-Code-Assist

1 stars 0 forks source link

'NetMQPublisher' does not implement some interface members 'IProcessor.Process(X)' #27

Closed Virus-vr closed 1 month ago

Virus-vr commented 1 month ago

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)'

Virus-vr commented 1 month ago

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.