File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
com.unity.netcode.gameobjects Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
### Added
12
12
13
+ - Added ` com.unity.modules.physics ` and ` com.unity.modules.physics2d ` package dependencies (#1565 )
14
+
13
15
### Removed
14
16
15
- - Removed ` FixedQueue ` (#1398 )
16
- - Removed ` StreamExtensions ` (#1398 )
17
- - Removed ` TypeExtensions ` (#1398 )
17
+ - Removed ` com.unity.modules.ai ` package dependency (#1565 )
18
+ - Removed ` FixedQueue ` , ` StreamExtensions ` , ` TypeExtensions ` (#1398 )
18
19
19
20
### Fixed
20
21
Original file line number Diff line number Diff line change 5
5
"version" : " 1.0.0-pre.3" ,
6
6
"unity" : " 2020.3" ,
7
7
"dependencies" : {
8
- "com.unity.modules.ai" : " 1.0.0" ,
9
8
"com.unity.modules.animation" : " 1.0.0" ,
9
+ "com.unity.modules.physics" : " 1.0.0" ,
10
+ "com.unity.modules.physics2d" : " 1.0.0" ,
10
11
"com.unity.nuget.mono-cecil" : " 1.10.1" ,
11
12
"com.unity.collections" : " 1.1.0"
12
13
}
13
- }
14
+ }
You can’t perform that action at this time.
0 commit comments