File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Breaking Changes
2
2
3
+ ## 3.8.0 -> 3.9.0
4
+
5
+ - ` IObservableScheduler ` is now known as ` IUpdateScheduler ` and uses an ` ElapsedTime ` object not ` TimeSpan `
6
+
7
+ ## 3.0.0 -> 3.8.0
8
+
9
+ - ` Group ` no longer contains Predicate and has been split into ` GroupWithPredicate ` object
10
+ - ` IObservableScheduler ` is now inside ` EcsRx ` core and not infrastructure
11
+
3
12
## 2.0.0 -> 3.0.0
4
13
5
14
- Some extension methods around groups have been removed
32
41
### Entities
33
42
- ` IEntity.Id ` is no longer a ` Guid ` and is now an ` int `
34
43
- ` IEntity.AddComponent<T> ` has been removed, but kept as an extension method on ` IEntity `
35
- - Most interactions at entity level are batched, i.e ` AddComponent<T>() ` is now ` AddComponents(params IComponent[] components) `
44
+ - Most interactions at entity level are batched, i.e ` AddComponent<T>() ` is now ` AddComponents(params IComponent[] components) `
You can’t perform that action at this time.
0 commit comments