Skip to content

Commit f8bc782

Browse files
ngo 1.0.1 bump (#720)
* NGO version bump * setting right company name [MTT-2660] * package dependency update * changelog
1 parent a241655 commit f8bc782

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2525
* Action and ActionFX classes have been merged into a single Scriptable Object-based Action class; all the existing actions have been refactored to follow this new design (#705)
2626
* Refactored the Action system so that the action objects themselves are pooled Scriptable Objects (#705)
2727
* Configured the NetworkTransform components of every NetworkObject to reduce the bandwidth usage (#716). This prevents the unnecessary synchronization of data that clients do not need, i.e. a character's scale or y position. In the case of a character, it reduced the size of each update from 47B to 23B.
28+
* Bump to NGO 1.0.1 (#720)
2829
*
2930
### Removed
3031
*

Packages/com.unity.multiplayer.samples.coop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"com.unity.learn.iet-framework": "1.2.1",
1111
"com.unity.multiplayer.tools": "1.0.0",
12-
"com.unity.netcode.gameobjects": "1.0.0",
12+
"com.unity.netcode.gameobjects": "1.0.1",
1313
"com.unity.services.relay": "1.0.3"
1414
}
15-
}
15+
}

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"com.unity.learn.iet-framework": "2.2.1",
1111
"com.unity.memoryprofiler": "0.5.0-preview.1",
1212
"com.unity.multiplayer.tools": "1.0.0",
13-
"com.unity.netcode.gameobjects": "1.0.0",
13+
"com.unity.netcode.gameobjects": "1.0.1",
1414
"com.unity.performance.profile-analyzer": "1.1.1",
1515
"com.unity.postprocessing": "3.2.1",
1616
"com.unity.render-pipelines.universal": "12.1.6",

Packages/packages-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"dependencies": {
123123
"com.unity.learn.iet-framework": "1.2.1",
124124
"com.unity.multiplayer.tools": "1.0.0",
125-
"com.unity.netcode.gameobjects": "1.0.0",
125+
"com.unity.netcode.gameobjects": "1.0.1",
126126
"com.unity.services.relay": "1.0.3"
127127
}
128128
},
@@ -140,12 +140,12 @@
140140
"url": "https://packages.unity.com"
141141
},
142142
"com.unity.netcode.gameobjects": {
143-
"version": "1.0.0",
143+
"version": "1.0.1",
144144
"depth": 0,
145145
"source": "registry",
146146
"dependencies": {
147147
"com.unity.nuget.mono-cecil": "1.10.1",
148-
"com.unity.transport": "1.1.0"
148+
"com.unity.transport": "1.2.0"
149149
},
150150
"url": "https://packages.unity.com"
151151
},
@@ -359,7 +359,7 @@
359359
"url": "https://packages.unity.com"
360360
},
361361
"com.unity.transport": {
362-
"version": "1.1.0",
362+
"version": "1.2.0",
363363
"depth": 1,
364364
"source": "registry",
365365
"dependencies": {

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:139f7cab155ff6d25bce1b7d6ab76138cebbad042716b1eb1d37e010ec1cbf83
3-
size 25401
2+
oid sha256:22bff4aadc61bf7033e3bafc4277b04e81248e4b496679196b782714022a7483
3+
size 25352

0 commit comments

Comments
 (0)