- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 112
Issues: Cysharp/R3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Why did R3 remove ReactiveCollection and ReactiveDictionary from UniRx?
#310
by Drecik
was closed Feb 17, 2025
What about
WeakReference<Observer<T>>
instead of Observer<T>
?
#307
by IvanMurzak
was closed Feb 14, 2025
Can you add a
public static Observable<T> TakeWhile<T, TOther>(this Observable<T> source, Observable<TOther> other)
method?
#306
by binarylzc
was closed Feb 14, 2025
Unexpected Behavior When Modifying ReactiveProperty Inside CombineLatest Subscription Logic
#303
by jessienms
was closed Feb 13, 2025
Several questions about canceling subscriptions and re -subscribing
#299
by binarylzc
was closed Feb 14, 2025
SerializableReactiveProperty<> inspector fields cannot be animated by unity timeline or animation clips
#295
by TigerLouck
was closed Feb 14, 2025
CombineLatest(IEnumerable<IObservable<T>> sources) doesn't work with empty Enumerable
#290
by alijaya
was closed Feb 13, 2025
FrameProviderDispatcher for Godot should start earlier
#286
by orcharddweller
was closed Feb 14, 2025
FirstAsync throws on error, regardless of Catch<..., ...>(...) in the chain
#284
by Ifhay
was closed Feb 13, 2025
Suggestion: Should the error state of
BindableReactiveProperty
be true after initialization?
#282
by ruxo
was closed Feb 15, 2025
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.