SocketIOUnity icon indicating copy to clipboard operation
SocketIOUnity copied to clipboard

CS0433: The type 'Subject<T>' exists in both 'System.Reactive.Linq,

Open Aka-Amir opened this issue 3 years ago • 3 comments

Library\PackageCache\com.itisnajim.socketiounity@47d10f6115\Runtime\SocketIOClient\Transport\SystemNetWebSocketsClientWebSocket.cs(30,18): error CS0433: The type 'Subject<T>' exists in both 'System.Reactive.Linq, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'

I get this error on import

Aka-Amir avatar Dec 07 '22 09:12 Aka-Amir

which unity version do u have? test on Unity Editor : 2021.3.3f1

itisnajim avatar Dec 07 '22 17:12 itisnajim

My Exact Unity editor is 2021.3.2f1 I don't think a patch version would cause such problems

Aka-Amir avatar Dec 08 '22 11:12 Aka-Amir

I am also having this issue on 2021.3.0f1. Any help would be greatly appreciated! There is a temporary solution I have found regarding downgrading my .NET assembly to a lower variant, but this is not what I want as it is messing up my intellisense and some other code in my project.

dturk0610 avatar Jan 10 '23 15:01 dturk0610