Hi,
I want to use the System.Reactive assemblies, but I am unable to add the references. If I add them manually in Visual Studio, then they will get removed when restarting VS.
I created a msc.rsp file in the Assets folder with:
-r:System.Reactive.Core.dll
-r:System.Reactive.Linq.dll
-r:System.Reactive.Interfaces.dll
-r:System.Reactive.PlatformServices.dll
I did notice that most references point towards the Facades folder:
Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades
In that folder there are no System.Reactive.* assemblies. There are however in:
Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api
Currently using:
Unity 2018.3.0f2
Scripting Runtime Version: .NET 4.x Equivalent
API Compatibility Level: .NET 4.x
Cheers,
Rob
↧