CS0433: The type 'Subject<T>' exists in both 'System.Reactive.Linq,
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
which unity version do u have? test on Unity Editor : 2021.3.3f1
My Exact Unity editor is 2021.3.2f1 I don't think a patch version would cause such problems
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.