Home > Back-end >  I'm getting an error in the Unity Editor saying that I have multiple plugins. How can I fix thi
I'm getting an error in the Unity Editor saying that I have multiple plugins. How can I fix thi

Time:09-15

So, I have decided to use Agora for my multiplayer voice chat feature in my FPS Game. I have been getting this error recently in the Unity Editor as seen in the screenshot provided. How can I get rid of this error?

The Error I'm Getting

CodePudding user response:

Try removing it through the package manager, then reinstall agora through package manager.

It seems somehow the existing agora is not properly imported & the only way was to remove the other package from the package manager. That way the existing package remains untouched and unity will stop complaining about duplicate plugins.

These people had the anae problems:

  • Related