Skip to content

Commit 045cac3

Browse files
chore: Update UTP dependency to 1.2.0 (#2129)
* chore: Update UTP dependency to 1.2.0 * Add PR number to CHANGELOG entry
1 parent fdb32f1 commit 045cac3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
8+
89
## [Unreleased]
910

1011
### Changed
1112

13+
- Updated dependency on `com.unity.transport` to 1.2.0. (#2129)
1214
- When using `UnityTransport`, _reliable_ payloads are now allowed to exceed the configured 'Max Payload Size'. Unreliable payloads remain bounded by this setting. (#2081)
13-
1415
- Preformance improvements for cases with large number of NetworkObjects, by not iterating over all unchanged NetworkObjects
1516

1617
### Fixed

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"unity": "2020.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",
9-
"com.unity.transport": "1.1.0"
9+
"com.unity.transport": "1.2.0"
1010
}
1111
}

testproject/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"com.unity.test-framework.performance": "2.8.0-preview",
1616
"com.unity.textmeshpro": "3.0.6",
1717
"com.unity.timeline": "1.6.2",
18-
"com.unity.transport": "1.0.0-pre.4",
1918
"com.unity.ugui": "1.0.0",
2019
"com.unity.modules.ai": "1.0.0",
2120
"com.unity.modules.androidjni": "1.0.0",

0 commit comments

Comments
 (0)