File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This also means that older versions of unity won't be supported (Versions >= 202
12
12
13
13
Other than the basic scheduling these are the features I moved over from UniRx:
14
14
15
- Assembly: System.Reactive .Data
15
+ Assembly: Rx .Data
16
16
- AsUnitObservable()
17
17
- AsSingleUnitObservable()
18
18
- .Pairwise() (without overloads)
@@ -21,7 +21,7 @@ Assembly: System.Reactive.Data
21
21
- ReactiveDictionary
22
22
(all of those incl. readonly variants)
23
23
24
- Assembly: System.Reactive .Unity
24
+ Assembly: Rx .Unity
25
25
- ObservableStateMachineTrigger
26
26
- Observable.ReturnUnit()
27
27
- Observable.EveryUpdate()
@@ -42,7 +42,7 @@ changes:
42
42
43
43
---
44
44
Important: when using System.Reactive.Unity it is crucial that
45
- ` System.Reactive .Unity.ReactiveUnity.SetupPatches()`
45
+ ` Rx .Unity.ReactiveUnity.SetupPatches()`
46
46
is executed before any other reactive code to ensure the environment is properly configured for unity.
47
47
48
48
You can’t perform that action at this time.
0 commit comments