Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

In Unity 2021 when i upgrade UniRX to latest vesion getting issue related to observable #528

Open
parulcosm opened this issue Jan 11, 2023 · 1 comment

Comments

@parulcosm
Copy link

error CS0433: The type 'Observable' exists in both 'Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'UniRx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

Above error is coming when i update my uniRX in Unity 2021 .How can i fix that?

@thsbrown
Copy link

It's saying that unity default assemply (Assembly-CSharp-firstpass) is already including the type "Observable". You should be able to search for it in your IDE. Either UniRx is already included or another library is including a Observable type.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants