File tree 3 files changed +7
-2
lines changed
com.unity.multiplayer.samples.coop
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Multiplayer Samples Co-op Changelog
2
2
3
+ ## [ unreleased] - yyyy-mm-dd
4
+
5
+ ### Changed
6
+ * Upgraded Utilities package to Netcode for GameObjects v1.7.1 (#871 )
7
+
3
8
## [ 1.7.0] - 2023-09-07
4
9
5
10
### Changed
Original file line number Diff line number Diff line change 9
9
"dependencies" : {
10
10
"com.unity.learn.iet-framework" : " 3.1.3" ,
11
11
"com.unity.multiplayer.tools" : " 1.1.0" ,
12
- "com.unity.netcode.gameobjects" : " 1.6.0 " ,
12
+ "com.unity.netcode.gameobjects" : " 1.7.1 " ,
13
13
"com.unity.services.relay" : " 1.0.5"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 123
123
"dependencies" : {
124
124
"com.unity.learn.iet-framework" : " 3.1.3" ,
125
125
"com.unity.multiplayer.tools" : " 1.1.0" ,
126
- "com.unity.netcode.gameobjects" : " 1.6.0 " ,
126
+ "com.unity.netcode.gameobjects" : " 1.7.1 " ,
127
127
"com.unity.services.relay" : " 1.0.5"
128
128
}
129
129
},
You can’t perform that action at this time.
0 commit comments