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
1010
1111### Added
1212
13+ - Added ` com.unity.modules.physics ` and ` com.unity.modules.physics2d ` package dependencies (#1565 )
14+
1315### Removed
1416
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 )
1819
1920### Fixed
2021
Original file line number Diff line number Diff line change 55 "version" : " 1.0.0-pre.3" ,
66 "unity" : " 2020.3" ,
77 "dependencies" : {
8- "com.unity.modules.ai" : " 1.0.0" ,
98 "com.unity.modules.animation" : " 1.0.0" ,
9+ "com.unity.modules.physics" : " 1.0.0" ,
10+ "com.unity.modules.physics2d" : " 1.0.0" ,
1011 "com.unity.nuget.mono-cecil" : " 1.10.1" ,
1112 "com.unity.collections" : " 1.1.0"
1213 }
13- }
14+ }
You can’t perform that action at this time.
0 commit comments