Miraj
Miraj

Reputation: 83

Unity - IBM watson and SendBird SDK, websocket-sharp conflicts with each other they both have the same Namespace

Development Environment:

Problem : Both have the same name for websocket-sharp which causing conflicts with code, unable to use both in one project.

Error : PrecompiledAssemblyException: Multiple precompiled assemblies with the same name websocket-sharp.dll included for the current platform. Only one assembly with the same name is allowed per platform.

Upvotes: 2

Views: 206

Answers (1)

taj
taj

Reputation: 1138

As a workaround you can delete the websocket-sharp library from the Unity SDK Core.

Plugins/websocket-sharp.dll

We will need to create a new dll with an ibm-specific namespace.

Upvotes: 0

Related Questions