Closed Fraccas closed 3 months ago
The issue seems to have been resolved by updating the two websocket-sharp.asmdef files.
Enable:
Allow 'unsafe' Code
Auto Referenced
Override References
The two websocket-sharp.asmdef
files are located:
Assets/AlgoSdk/Runtime/CareBoo.AlgoSdk.WebSocket/CareBoo.AlgoSdk.WebSocket.asmdef
Assets/AlgoSdk/Runtime/websocket-sharp/websocket-sharp.asmdef
Hello, I'm getting around 700 warnings and 64 errors regarding ambiguous calls from files from within
Assets\AlgoSdk\Runtime\websocket-sharp\websocket-sharp\websocket-sharp\
upon importing this package into a Unity project.Error Example:
Warning Example:
It appears that websocket-sharp.dll in also exists in project under
Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.dll
andPackages/com.unity.services.wire/Plugins/websocket-sharp.dll
.What is the best way to resolve this issue?