Cysharp / R3

The new future of dotnet/reactive and UniRx.
MIT License
2.1k stars 92 forks source link

The type or namespace name 'Collections' does not exist in the namespace 'R3' (are you missing an assembly reference?) #205

Closed dyguests closed 4 months ago

dyguests commented 4 months ago

Unity 2022.3.15f1

Platform: WebGL

I try to Install the R3.Unity package by referencing the git URL

"com.cysharp.r3": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity#1.1.11",

Then it happened:

Library\PackageCache\com.cysharp.r3@96c13c71cb\Runtime\UnityFrameProvider.cs(1,10): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'R3' (are you missing an assembly reference?)

image

Did I missing something?

dyguests commented 4 months ago

It works by Install R3 from NuGet using [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity) not works by Install the R3.Unity package by referencing the git URL

fixed.