You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: